styles: ItemWishList toggle full color in heart icon

This commit is contained in:
unknown
2021-08-24 15:38:53 +07:00
parent 73c8e0ce66
commit ffca0a14ac
2 changed files with 8 additions and 4 deletions

View File

@@ -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");
}
}