diff --git a/pages/index.tsx b/pages/index.tsx
index 1359f7e22..7b6346860 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -14,7 +14,7 @@ export default function Home() {
} disabled isIconSuffix={true}>Button with icon disabled
} type={ButonType.light}>Button with icon
-
+
Go to pages/index.tsx
to get your hand dirty!
Go to src/components
to make your awesome component!
diff --git a/src/components/common/ItemWishList/ItemWishList.module.scss b/src/components/common/ItemWishList/ItemWishList.module.scss
index c7d30d246..2b43dbd53 100644
--- a/src/components/common/ItemWishList/ItemWishList.module.scss
+++ b/src/components/common/ItemWishList/ItemWishList.module.scss
@@ -5,11 +5,12 @@
width: 2.4rem;
height: 2.4rem;
path{
- stroke: theme("colors.primary");
+ stroke: var(--primary);
}
}
.isToggleOn{
svg path{
- stroke: theme("colors.primary");
+ stroke: var(--negative);
+ fill: var(--negative);
}
}
\ No newline at end of file
diff --git a/src/components/common/Logo/Logo.module.scss b/src/components/common/Logo/Logo.module.scss
index 2f5964f92..b64c0a6b4 100644
--- a/src/components/common/Logo/Logo.module.scss
+++ b/src/components/common/Logo/Logo.module.scss
@@ -5,14 +5,12 @@
.eclipse{
width: 3.2rem;
height: 3.2rem;
- background-color: theme("colors.primary");
+ background-color: var(--primary);
border-radius: 50%;
margin-right: 1.2rem;
}
.conTent{
- @apply font-logo;
- text-transform: uppercase;
- line-height: 3.2rem;
- letter-spacing: -0.02rem;
+ @apply font-logo sub-headline;
+ font-size: 1.6rem;
}
}
\ No newline at end of file
diff --git a/src/components/common/ViewAllItem/ViewAllItem.module.scss b/src/components/common/ViewAllItem/ViewAllItem.module.scss
index 0e481494f..41545b380 100644
--- a/src/components/common/ViewAllItem/ViewAllItem.module.scss
+++ b/src/components/common/ViewAllItem/ViewAllItem.module.scss
@@ -5,7 +5,6 @@
color: theme("colors.primary");
.conTent{
margin: 0.8rem 0.8rem 0.8rem 1.6rem;
- font-family: var(--font-sans);
font-weight: bold;
}
.vecTor{