aboutsummaryrefslogtreecommitdiff
path: root/src/constants/constants.ts
diff options
context:
space:
mode:
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;