diff options
| author | Brian Kim <brian@tagg.id> | 2021-06-15 17:15:43 +0900 |
|---|---|---|
| committer | Brian Kim <brian@tagg.id> | 2021-06-15 17:15:43 +0900 |
| commit | 4a422e43c6a6deaeff5d8fcc692138454653e4b9 (patch) | |
| tree | 2e86ab879ea35e879581eb64be955d0e5481ff80 /src/constants/constants.ts | |
| parent | c57b4959c90cec90dd0936f75a9086a4430b66b1 (diff) | |
| parent | db0678d647f774dcb1cd60513985d9b6fbd0e28b (diff) | |
Merge with master
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, |
