Skip to content

Commit 9d04b49

Browse files
committed
Add(hover effect): LikeButton.tsx
1 parent 8bf9c85 commit 9d04b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/React/LikeButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const LikeButton = () => {
8282
<button
8383
onClick={handleLike}
8484
disabled={isProcessing}
85-
className={`
85+
className={`hover:scale-105
8686
group relative w-40 h-10 flex items-center justify-center p-3
8787
rounded-full transition-all duration-300 ease-in-out transform border-2 ${borderColorClass}
8888
${!isLiked ? "md:hover:border-[var(--white)]" : ""}

0 commit comments

Comments
 (0)