Label
Color를 위한 DDS Docs입니다. dds는 '도담도담'에 사용되는 모든 컬러 asset을 관리합니다. Color는 DodamTheme을 사용해서 불러올 수 있습니다.
Color를 사용할 폴더에서 style.ts
파일을 만들어 사용해주세요.
Label Normal
style.ts
${({ them }) => theme.labelNormal}
Label Strong
style.ts
${({ theme }) => theme.labelStrong}
Label Neutral
style.ts
${({ theme }) => theme.labelNeutral}
Label Alternative
style.ts
${({ theme }) => theme.labelAlternative}
Label Assistive
style.ts
${({ theme }) => theme.labelAssistive}
Label Disable
style.ts
${({ theme }) => theme.labelDisable}