diff options
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r-- | src/constants/constants.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index f58aa686..611fd748 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -75,6 +75,8 @@ 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, |