Skip to content

Commit

Permalink
fix: discussion option animation
Browse files Browse the repository at this point in the history
  • Loading branch information
uiop5809 committed Sep 4, 2024
1 parent cc55c24 commit 5f1d984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/discussion/DiscussionOption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const DiscussionOption = ({
)}
onClick={handleOptionClick}
disabled={disabled}
whileHover={{ scale: 1.05 }}
whileTap={{ scale: 0.95 }}
whileHover={{ scale: 1.01 }}
whileTap={{ scale: 0.99 }}
transition={{ duration: 0.3 }}
>
{imgUrl && (
Expand Down

0 comments on commit 5f1d984

Please sign in to comment.