mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
style: Fix incorrectly defined color
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3165>
This commit is contained in:
parent
8a048190b9
commit
877c692671
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ $success_color: $success_bg_color;
|
|||
|
||||
$warning_bg_color: if($variant == 'light', $yellow_4, $yellow_3);
|
||||
$warning_fg_color: transparentize(black, .2);
|
||||
$warning_color: $success_bg_color;
|
||||
$warning_color: $warning_bg_color;
|
||||
|
||||
$error_bg_color: if($variant == 'light', $red_3, $red_4);
|
||||
$error_fg_color: $light_1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue