diff options
| author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2021-03-05 20:33:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-05 20:33:51 -0800 |
| commit | 27925a267e9d279e29a1a1852891e392fdc4b3af (patch) | |
| tree | f77ab55bf3f5cbd6190177058353ef01ad767711 /src/constants/constants.ts | |
| parent | 8e4d9135f0645b56665ad23d6de5dd0afa1ef444 (diff) | |
| parent | 59bc015a22a0c50d6c64ecf7501c269dae59bfbd (diff) | |
Merge branch 'master' into badges-people-screen
Diffstat (limited to 'src/constants/constants.ts')
| -rw-r--r-- | src/constants/constants.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 14bff6a7..72eb1b57 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -79,6 +79,14 @@ 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, |
