diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-09 17:41:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 17:41:29 -0400 |
| commit | d13d12980555cb1f659ae5108c52f089a54c3f57 (patch) | |
| tree | 145098b27611a955d40118046e275a6ae940d969 /src/constants/constants.ts | |
| parent | 587d08dc8f0508b6efa76cc7d57f21ac2a5fd9fb (diff) | |
| parent | 93796732be3f5070c0a124d29533396f79736c83 (diff) | |
Merge pull request #456 from brian-tagg/tma872-purple-indicator
[TMA-872] purple indicator
Diffstat (limited to 'src/constants/constants.ts')
| -rw-r--r-- | src/constants/constants.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index a6d98883..f4ffd750 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -21,6 +21,8 @@ export const AVATAR_GRADIENT_DIM = 50; export const TAGG_ICON_DIM = 58; export const TAGG_RING_DIM = normalize(60); +// default height of the navigation bar, from react native library, unless on ipad +export const NAV_BAR_HEIGHT = 49; export const BADGE_LIMIT = 5; export const INTEGRATED_SOCIAL_LIST: string[] = [ @@ -91,6 +93,7 @@ export const BADGE_GRADIENT_REST = [ 'rgba(78, 54, 41, 1)', 'rgba(236, 32, 39, 1)', ]; +export const NOTIFICATION_ICON_GRADIENT = ['#8F01FF', '#7B02DA']; export const SOCIAL_FONT_COLORS = { INSTAGRAM: INSTAGRAM_FONT_COLOR, |
