From e83f3e0512427c01e5f71ba5129153412c5f06f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 24 Aug 2021 16:15:52 +0700 Subject: [PATCH] styles: width, height 4.8rem down to 2.4rem --- .../common/ItemWishList/ItemWishList.module.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/common/ItemWishList/ItemWishList.module.scss b/src/components/common/ItemWishList/ItemWishList.module.scss index debaa0550..c7d30d246 100644 --- a/src/components/common/ItemWishList/ItemWishList.module.scss +++ b/src/components/common/ItemWishList/ItemWishList.module.scss @@ -2,11 +2,8 @@ .heartToggle{ cursor: pointer; - width: 4.8rem; - height: 4.8rem; - display: flex; - justify-content: center; - align-items: center; + width: 2.4rem; + height: 2.4rem; path{ stroke: theme("colors.primary"); }