Skip to content

Commit

Permalink
Commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Dec 10, 2024
1 parent 7019728 commit cf47de8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const useStyles = (themeId: number, selected: boolean, enabled: boolean) => {
fontSize: 22 * fontScale,
},
button: {
// Scaling the button width/height by the device font scale causes the button to scale
// with the user's device font size.
width: 48 * fontScale,
height: 48 * fontScale,
justifyContent: 'center',
Expand Down

0 comments on commit cf47de8

Please sign in to comment.