From 08f402720db4f219170f2da077d228dc641a0955 Mon Sep 17 00:00:00 2001 From: Mykhailo Kravchenko Date: Tue, 8 Oct 2024 15:14:23 +0200 Subject: [PATCH] dynamic fontSizeXXXLarge --- 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 82d443928c7a..321a5bd98846 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,