diff options
author | Ivan Chen <ivan@tagg.id> | 2021-01-21 16:59:30 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-01-21 16:59:30 -0500 |
commit | d6714bec669becb4132035ffdf7b9b87e9c6ce7b (patch) | |
tree | e7d39626e9b6ada6c60c32150d2b8406ea6dc981 /src/constants/constants.ts | |
parent | 7f5a1a224a235da7c38c3f38c41bbdca71d14471 (diff) |
normalize function and normalized all fonts on profile page
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r-- | src/constants/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 0346c45f..557eef3a 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -6,7 +6,7 @@ export const CHIN_HEIGHT = 34; export const PROFILE_CUTOUT_TOP_Y = SCREEN_HEIGHT * 0.435; export const PROFILE_CUTOUT_BOTTOM_Y = isIPhoneX() - ? SCREEN_HEIGHT * 0.54 + ? SCREEN_HEIGHT * 0.55 : SCREEN_HEIGHT * 0.58; export const PROFILE_CUTOUT_CORNER_X = SCREEN_WIDTH * 0.344; export const PROFILE_CUTOUT_CORNER_Y = SCREEN_HEIGHT * 0.513; |