Skip to content

Commit e4b3f2d

Browse files
committed
Feat: text colors 네이밍 변경 및 white 추가
1 parent 546be36 commit e4b3f2d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/styles/theme.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ const theme: DefaultTheme = {
4141

4242
// Functional Colors
4343
text: {
44-
cta: '#000000', // Black
45-
primary: '#4343432', // Gray-800
46-
secondary: '##7B7B7B', // Gray-600
47-
tertiary: '#9E9E9E', // Gray-500
48-
caption: '#C4C4C4', // Gray-300
44+
primary: '#000000', // Black
45+
secondary: '#4343432', // Gray-800
46+
tertiary: '##7B7B7B', // Gray-600
47+
caption: '#9E9E9E', // Gray-500
48+
onPrimary: '#FFFFFF', // brand.primary 배경 위 텍스트 (White)
4949
},
5050

5151
background: {

0 commit comments

Comments
 (0)