mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Bug fixes
This commit is contained in:
@@ -66,7 +66,7 @@ const WishlistButton: FC<Props> = ({
|
||||
className={cn({ 'opacity-50': loading }, className)}
|
||||
onClick={handleWishlistChange}
|
||||
>
|
||||
<Heart fill={itemInWishlist ? 'white' : 'none'} />
|
||||
<Heart fill={itemInWishlist ? 'var(--pink)' : 'none'} />
|
||||
</button>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user