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:
Jonas Dreßler 2021-03-04 08:40:23 +01:00 committed by Marge Bot
parent 35fb221a7e
commit bd7e3f4d6b

View File

@ -66,7 +66,7 @@
}
#lockDialogGroup {
background-color: lighten(#2e3436, 8%);
background-color: $system_bg_color;
}
#unlockDialogNotifications {