diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-16 12:19:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-16 12:19:01 -0500 |
| commit | f71a4347854620d03c634bec532fdfeaf821bd44 (patch) | |
| tree | 11994e325711dff67cd8aa2012a890a9579e2c5b /src/constants/constants.ts | |
| parent | d494b27509066f4d1b61078f1fe6457f20d5f449 (diff) | |
| parent | a9b60f95f8f863249c79de8e4ae07301f75005de (diff) | |
Merge pull request #240 from ankit-thanekar007/tma551-gradient-notification-page
[TMA-551] Change the gradient of notifications page to match the rest of the application
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 f58aa686..3c43fb6c 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, |
