Skip to content

Commit

Permalink
fix: filter button height
Browse files Browse the repository at this point in the history
  • Loading branch information
phvm committed Oct 16, 2024
1 parent f24ec1e commit 1006313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/filter/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const filterButton: SxStyleProp = {
gap: '8px',
px: '8px',
transition: '0.3s',
height: '24px',
height: '30px',

':hover': {
color: '#F71963',
Expand Down

0 comments on commit 1006313

Please sign in to comment.