From d6714bec669becb4132035ffdf7b9b87e9c6ce7b Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 21 Jan 2021 16:59:30 -0500 Subject: normalize function and normalized all fonts on profile page --- src/constants/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants') 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; -- cgit v1.2.3-70-g09d2