Skip to content

Commit c411efd

Browse files
drakkar1969jnsh
authored andcommitted
gnome-shell: Use color variable for screen shield clock
Clock/date in the unlock screen shield should use the same foreground color as the panel button text #72
1 parent 21fac4a commit c411efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/gnome-shell/3.36/sass/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2606,7 +2606,7 @@ StScrollBar {
26062606
// Screen Shield
26072607
//
26082608
.unlock-dialog-clock {
2609-
color: white;
2609+
color: $_shell_fg_color;
26102610
font-weight: 300;
26112611
text-align: center;
26122612
spacing: 24px;

0 commit comments

Comments
 (0)