Skip to main content

Background

Color를 위한 DDS Docs입니다. color docs는 '도담도담'에 사용되는 모든 컬러 asset을 관리합니다. Color는 DodamTheme을 사용해서 불러올 수 있습니다.

Color를 사용할 폴더에서 style.ts파일을 만들어 사용해주세요.

Background Normal (White)

style.ts
${({ theme }) => theme.backgroundNormal}

Background Neutral

style.ts
${({ theme }) =? theme.backgroundNeutral}

Background Alternaitve

style.ts
${({ theme }) =? theme.backgroundAlternative}