Skip to content

Commit

Permalink
fix button height
Browse files Browse the repository at this point in the history
  • Loading branch information
RNR1 committed Jan 29, 2025
1 parent e703d31 commit be2938a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NearMeButton/NearMeButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const NearMeButton = ({ onClick, resourceType = WATER_RESOURCE_TYPE }) => (
paddingBlock: 0,
borderRadius: '50px',
width: '241px',
minHeight: 60,
textWrap: 'nowrap',
flexGrow: 1,
fontSize: 28,
Expand Down

0 comments on commit be2938a

Please sign in to comment.