diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-02-18 14:09:00 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-02-18 14:09:00 -0500 |
| commit | c158b835a1f6cedd1448c2beb1389324a3c9e48a (patch) | |
| tree | accfce9584f6a2953fa4821368b0df36514cb49a /src/constants/constants.ts | |
| parent | 200cc2cc2c37d588bc37240161c3974f63ce02b4 (diff) | |
| parent | 99db144ce20fd5f1502f668795ae7cafbc5b2eae (diff) | |
Merge branch 'master' into tma626-people-tutorial
# Conflicts:
# src/screens/suggestedPeople/SuggestedPeopleScreen.tsx
Diffstat (limited to 'src/constants/constants.ts')
| -rw-r--r-- | src/constants/constants.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 0195a634..fbf03744 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -75,6 +75,11 @@ export const AVATAR_GRADIENT = { end: '#215151', }; +export const NOTIFICATION_GRADIENT = [ + 'rgba(247, 248, 248, 1)', + 'rgba(247, 248, 248, 0)', +]; + export const SOCIAL_FONT_COLORS = { INSTAGRAM: INSTAGRAM_FONT_COLOR, FACEBOOK: FACEBOOK_FONT_COLOR, |
