diff options
| author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-02-16 15:37:56 -0800 |
|---|---|---|
| committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-02-25 12:29:47 -0800 |
| commit | c01a9f1e864560e631147bfe3bf8ab60384dcd33 (patch) | |
| tree | 26fa59217985364863d69e533fd2dc8aed94c1c2 /src/constants/constants.ts | |
| parent | 5c5e53799dde337ca9baa298c218f5cf02764226 (diff) | |
Badge Screen UI Changes
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 6e2c9e1c..99526474 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -79,6 +79,8 @@ export const NOTIFICATION_GRADIENT = [ 'rgba(247, 248, 248, 1)', 'rgba(247, 248, 248, 0)', ]; +export const BADGE_GRADIENT_FIRST = ['rgba(86, 63, 51, 1)', 'rgba(236, 32, 39, 1)'] +export const BADGE_GRADIENT_REST = ['rgba(78, 54, 41, 1)', 'rgba(236, 32, 39, 1)'] export const SOCIAL_FONT_COLORS = { INSTAGRAM: INSTAGRAM_FONT_COLOR, |
