Skip to content

Commit

Permalink
Merge pull request #50414 from rezkiy37/fix/50374-balance-dynamic-size
Browse files Browse the repository at this point in the history
[CP Stag] Fix when balance text is cut off when device font size is changed

(cherry picked from commit f30b745)

(CP triggered by thienlnam)
  • Loading branch information
thienlnam authored and OSBotify committed Oct 8, 2024
1 parent b66cd50 commit e8de1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e8de1b2

Please sign in to comment.