diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-01-21 17:13:21 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-01-21 17:13:21 -0500 |
| commit | ad321571af78b5ea58a8e3e35820d5c3cf1c607b (patch) | |
| tree | e74cdba25d194cae51086d4278eb7b77093c7609 /src/constants/constants.ts | |
| parent | d6714bec669becb4132035ffdf7b9b87e9c6ce7b (diff) | |
linting and normalizing tagg icons
Diffstat (limited to 'src/constants/constants.ts')
| -rw-r--r-- | src/constants/constants.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 557eef3a..9abfc702 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -1,6 +1,6 @@ import {ReactText} from 'react'; import {BackgroundGradientType, ExploreSectionType} from './../types/'; -import {SCREEN_WIDTH, SCREEN_HEIGHT, isIPhoneX} from '../utils'; +import {SCREEN_WIDTH, SCREEN_HEIGHT, isIPhoneX, normalize} from '../utils'; export const CHIN_HEIGHT = 34; @@ -19,7 +19,7 @@ export const AVATAR_DIM = 44; export const AVATAR_GRADIENT_DIM = 50; export const TAGG_ICON_DIM = 58; -export const TAGG_RING_DIM = 65; +export const TAGG_RING_DIM = normalize(60); export const INTEGRATED_SOCIAL_LIST: string[] = [ 'Instagram', |
