Skip to content

Commit 36d277f

Browse files
committed
revert
1 parent 16479b9 commit 36d277f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnome-shell/src/gnome-shell-sass/_default-colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $success_color: $success_bg_color;
1919

2020
$warning_bg_color: if($variant == 'light', $yellow_5, #cd9309); // uses darker off-palette yellow
2121
$warning_fg_color: transparentize(black, .2);
22-
$warning_color: $warning_bg_color;
22+
$warning_color: if($variant == 'light', black, $warning_bg_color);
2323

2424
$error_bg_color: if($variant == 'light', $red_3, $red_4);
2525
$error_fg_color: $light_1;

0 commit comments

Comments
 (0)