Skip to content

Commit

Permalink
Added scale effect to button clicking
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Dec 1, 2024
1 parent 291fdc4 commit c00f253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ui/button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ForwardedButton = forwardRef<HTMLButtonElement | HTMLAnchorElement, Button

const className = classNameObject({
// Basic
"cursor-pointer rounded-full duration-300 no-wrap": true,
"cursor-pointer rounded-full duration-300 no-wrap active:scale-95": true,
// Outline basics
"border-[1.25px] border-solid": props.outline ?? false,
// With icon
Expand Down

0 comments on commit c00f253

Please sign in to comment.