Reduce like button size

This commit is contained in:
MartinBraquet
2025-09-12 12:00:15 +02:00
parent dd3473f5d8
commit 77c682454e

View File

@@ -61,7 +61,7 @@ export const LikeButton = (props: {
<Col className="items-center">
<HeartIcon
className={clsx(
'h-14 w-14',
'h-8 w-8',
liked &&
'fill-primary-400 stroke-primary-500 dark:stroke-primary-600'
)}