aboutsummaryrefslogtreecommitdiff
path: root/src/constants/constants.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-01-21 16:59:30 -0500
committerIvan Chen <ivan@tagg.id>2021-01-21 16:59:30 -0500
commitd6714bec669becb4132035ffdf7b9b87e9c6ce7b (patch)
treee7d39626e9b6ada6c60c32150d2b8406ea6dc981 /src/constants/constants.ts
parent7f5a1a224a235da7c38c3f38c41bbdca71d14471 (diff)
normalize function and normalized all fonts on profile page
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r--src/constants/constants.ts2
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;