diff --git a/src/components/common/ItemWishList/ItemWishList.module.scss b/src/components/common/ItemWishList/ItemWishList.module.scss index 9646b650c..debaa0550 100644 --- a/src/components/common/ItemWishList/ItemWishList.module.scss +++ b/src/components/common/ItemWishList/ItemWishList.module.scss @@ -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"); } } \ No newline at end of file diff --git a/src/components/icons/IconHeart.tsx b/src/components/icons/IconHeart.tsx index cb2a763b3..0d868c5e7 100644 --- a/src/components/icons/IconHeart.tsx +++ b/src/components/icons/IconHeart.tsx @@ -10,7 +10,11 @@ const IconHeart = ({ ...props }) => { {...props} > )