Skip to content

Commit aa708ef

Browse files
committed
Fix emojis being cut off
1 parent a186f5c commit aa708ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/variables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
fontSizeXLarge: 22,
6262
fontSizeXXLarge: 28,
6363
fontSizeXXXLarge: 32,
64-
fontSizeNormalHeight: getValueUsingPixelRatio(20, 28),
64+
fontSizeNormalHeight: getValueUsingPixelRatio(21, 28),
6565
fontSizeEReceiptLarge: 44,
6666
fontSizeSignInHeroLarge: 48,
6767
fontSizeSignInHeroMedium: 38,

0 commit comments

Comments
 (0)