Skip to content

Commit

Permalink
Update heart icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 18, 2024
1 parent 858a9b3 commit 852564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Heart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Heart() {
onMouseEnter={() => setShowDetail(true)}
onMouseLeave={() => setShowDetail(false)}
>
<FavoriteIcon fontSize='inherit' className=' text-red-500 heart text-3xl sm:text-4xl' />
<FavoriteIcon fontSize='large' className=' text-red-500 heart text-3xl sm:text-4xl' />
</Link>
<div
className={`absolute items-center h-full w-full top-10 flex left-0 justify-center text-2xl font-bold text-black transition-all duration-100 pointer-events-none
Expand Down

0 comments on commit 852564d

Please sign in to comment.