Skip to content

Commit

Permalink
Merge pull request #2800 from myxmaster/keypad_smaller_delete_icon
Browse files Browse the repository at this point in the history
Keypad pan: smaller delete icon
  • Loading branch information
kaloudis authored Feb 5, 2025
2 parents 44019ec + 8d2b135 commit 7c23ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/PinPad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ export default function PinPad({
>
<DeleteKey
fill={themeColor('text')}
width={bigKeypadButtons ? '50' : '35'}
height={bigKeypadButtons ? '50' : '35'}
width={bigKeypadButtons ? '45' : '30'}
height={bigKeypadButtons ? '45' : '30'}
/>
</Touchable>
) : (
Expand Down

0 comments on commit 7c23ee9

Please sign in to comment.