mirror of
https://github.com/vercel/commerce.git
synced 2025-07-29 05:01:22 +00:00
styles: ItemWishList toggle full color in heart icon
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
path{
|
||||
fill: theme("colors.negative");
|
||||
stroke: theme("colors.primary");
|
||||
}
|
||||
}
|
||||
.isToggleOn{
|
||||
path{
|
||||
fill: theme("colors.primary");
|
||||
svg path{
|
||||
stroke: theme("colors.primary");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user