theme/screen-shield: Use the same background color as in the overview
The overview uses $system_bg_color as its background color, and since we nowadays show the overview right after starting up, it makes sense to use the same background color for the login screen. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3812 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1742>
This commit is contained in:
parent
35fb221a7e
commit
bd7e3f4d6b
@ -66,7 +66,7 @@
|
||||
}
|
||||
|
||||
#lockDialogGroup {
|
||||
background-color: lighten(#2e3436, 8%);
|
||||
background-color: $system_bg_color;
|
||||
}
|
||||
|
||||
#unlockDialogNotifications {
|
||||
|
Loading…
Reference in New Issue
Block a user