Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbence committed Aug 5, 2024
1 parent 6f2f6ec commit 5b45780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IconButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const IconButton = forwardRef<HTMLButtonElement, IconButtonProps>(

transition: 'transform 100ms cubic-bezier(0.2,0,0,1)',
'&:active:not(:disabled)': {
transform: 'scale(0.93)',
transform: 'scale(0.945)',
},
}}
>
Expand Down

0 comments on commit 5b45780

Please sign in to comment.