We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5d9ab commit af3db0fCopy full SHA for af3db0f
packages/compass-global-writes/src/plugin-title.tsx
@@ -23,19 +23,19 @@ const warningIconStyles = css({
23
});
24
25
const warningIconStylesLight = css({
26
- color: palette.yellow.dark2,
+ color: palette.red.dark2,
27
28
29
const warningIconStylesDark = css({
30
- color: palette.yellow.base,
+ color: palette.red.base,
31
32
33
const importantIconStylesLight = css({
34
- color: palette.red.dark2,
+ color: palette.yellow.dark2,
35
36
37
const importantIconStylesDark = css({
38
- color: palette.red.base,
+ color: palette.yellow.base,
39
40
41
const ErrorIcon = ({ darkMode }: { darkMode: boolean }) => {
0 commit comments