From e8de1b2deb0aa5a5b77626eb60a3dc36fe6c4e40 Mon Sep 17 00:00:00 2001 From: Jack Nam <30609178+thienlnam@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:59:07 -0700 Subject: [PATCH] Merge pull request #50414 from rezkiy37/fix/50374-balance-dynamic-size [CP Stag] Fix when balance text is cut off when device font size is changed (cherry picked from commit f30b745af74edac7e1321246afe137bc94d14cdf) (CP triggered by thienlnam) --- src/styles/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables.ts b/src/styles/variables.ts index 82d443928c7..321a5bd9884 100644 --- a/src/styles/variables.ts +++ b/src/styles/variables.ts @@ -62,7 +62,7 @@ export default { fontSizeh2: 19, fontSizeXLarge: 22, fontSizeXXLarge: 28, - fontSizeXXXLarge: 32, + fontSizeXXXLarge: getValueUsingPixelRatio(32, 37), fontSizeNormalHeight: getValueUsingPixelRatio(20, 28), fontSizeEReceiptLarge: 44, fontSizeSignInHeroLarge: 48,