Skip to content

Commit 6db14f4

Browse files
refactor: 기존 색상을 컬러 토큰으로 교체
1 parent 0168cac commit 6db14f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/common/component/AiRecommendModal/AiRecommendModal.css.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const container = style({
99
flexDirection: 'column',
1010
alignItems: 'center',
1111
borderRadius: '16px',
12-
background: '#282C33',
12+
background: colors.grey3,
1313
});
1414

1515
export const contentWrapper = style({
@@ -37,7 +37,7 @@ export const title = style({
3737
});
3838

3939
export const subtitle = style({
40-
color: '#5A5E66',
40+
color: colors.grey6,
4141
textAlign: 'center',
4242
...fonts.subtitle06,
4343
marginTop: '0.5625rem',

0 commit comments

Comments
 (0)