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 16479b9 commit 36d277fCopy full SHA for 36d277f
gnome-shell/src/gnome-shell-sass/_default-colors.scss
@@ -19,7 +19,7 @@ $success_color: $success_bg_color;
19
20
$warning_bg_color: if($variant == 'light', $yellow_5, #cd9309); // uses darker off-palette yellow
21
$warning_fg_color: transparentize(black, .2);
22
-$warning_color: $warning_bg_color;
+$warning_color: if($variant == 'light', black, $warning_bg_color);
23
24
$error_bg_color: if($variant == 'light', $red_3, $red_4);
25
$error_fg_color: $light_1;
0 commit comments