Skip to content

Commit

Permalink
Merge pull request #38385 from narefyev91/fix-num-pad-buttons
Browse files Browse the repository at this point in the history
Fix numpad buttons size
  • Loading branch information
cristipaval authored Mar 18, 2024
2 parents 231ce48 + cdb318a commit b6c7e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/BigNumberPad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function BigNumberPad({numberPressed, longPressHandlerStateChanged = () => {}, i
<Button
key={column}
medium={isExtraSmallScreenHeight}
large={!isExtraSmallScreenHeight}
shouldEnableHapticFeedback
style={[styles.flex1, marginLeft]}
text={column === '<' ? column : toLocaleDigit(column)}
Expand Down

0 comments on commit b6c7e12

Please sign in to comment.