We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0168cac commit 6db14f4Copy full SHA for 6db14f4
1 file changed
src/common/component/AiRecommendModal/AiRecommendModal.css.ts
@@ -9,7 +9,7 @@ export const container = style({
9
flexDirection: 'column',
10
alignItems: 'center',
11
borderRadius: '16px',
12
- background: '#282C33',
+ background: colors.grey3,
13
});
14
15
export const contentWrapper = style({
@@ -37,7 +37,7 @@ export const title = style({
37
38
39
export const subtitle = style({
40
- color: '#5A5E66',
+ color: colors.grey6,
41
textAlign: 'center',
42
...fonts.subtitle06,
43
marginTop: '0.5625rem',
0 commit comments