-
Notifications
You must be signed in to change notification settings - Fork 0
๐๋์์ธ ์์คํ ํ์ฉ ๋ฐฉ๋ฒ
Jiye Lee edited this page Dec 23, 2024
·
9 revisions
์ค์ ๋ ๋์์ธ ์์คํ
์ tailwindCSS
๋ก ํ์ฉํ๋ ๋ฐฉ๋ฒ์ ๊ดํ Wiki์
๋๋ค.
- Color๋
semantic
์์light
์dark
๋ก ๋๋จ
-
figma
:semantic/feedback/negative
-
styled-component
:${({ theme }) => theme.colors?.light["feedback-negative"]}
-
light
๊ฐ์ฒด ์์์semantic
์ ์์ค ์์ด๋ฆ์ผ๋ก ์ ๊ทผ
-
- Alpha ๊ฐ์ ๊ทธ๋ฆผ์์์ผ๋ก ์ฌ์ฉ๋จ
-
figma
:alpha/08
-
styled-component
:${({ theme }) => theme.colors?.alpha[8]}
-
-
figma
:typography/body/2xs
-
styled-component
:${({ theme }) => theme.typography?.body["2xs"]}
-
-
figma
:gap/2xl
-
styled-component
:${({ theme }) => theme.gap?.["2xl"]}
-
-
figma
:radius/circle
-
styled-component
:${({ theme }) => theme.radius?.circle}
-
-
figma
:stroke/none
-
styled-component
:${({ theme }) => theme.stroke?.none}
-
-
figma
:opacity/08
-
styled-component
:${({ theme }) => theme.opacity?.[8]}
-