mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-12 02:27:36 -04:00
Reduce like button size
This commit is contained in:
@@ -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'
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user