Skip to main content

Status

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

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

Status Negative

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

Status Cautionary

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

Status Positive

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