Skip to content

Commit af3db0f

Browse files
swap(red, yellow)
1 parent bd5d9ab commit af3db0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/compass-global-writes/src/plugin-title.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ const warningIconStyles = css({
2323
});
2424

2525
const warningIconStylesLight = css({
26-
color: palette.yellow.dark2,
26+
color: palette.red.dark2,
2727
});
2828

2929
const warningIconStylesDark = css({
30-
color: palette.yellow.base,
30+
color: palette.red.base,
3131
});
3232

3333
const importantIconStylesLight = css({
34-
color: palette.red.dark2,
34+
color: palette.yellow.dark2,
3535
});
3636

3737
const importantIconStylesDark = css({
38-
color: palette.red.base,
38+
color: palette.yellow.base,
3939
});
4040

4141
const ErrorIcon = ({ darkMode }: { darkMode: boolean }) => {

0 commit comments

Comments
 (0)