diff --git a/src/components/IconButton/index.tsx b/src/components/IconButton/index.tsx index a70e751..7064b98 100644 --- a/src/components/IconButton/index.tsx +++ b/src/components/IconButton/index.tsx @@ -178,7 +178,7 @@ const IconButton = forwardRef( transition: 'transform 100ms cubic-bezier(0.2,0,0,1)', '&:active:not(:disabled)': { - transform: 'scale(0.93)', + transform: 'scale(0.945)', }, }} >