Skip to content

Commit fc236f9

Browse files
committed
Dark Mode: Fixed setting labels missing dark mode handling
Fixes #5018
1 parent 570af50 commit fc236f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/sass/_forms.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ input[type=color] {
321321
}
322322
}
323323
.setting-list-label {
324+
@include lightDark(color, #222, #DDD);
324325
color: #222;
325326
font-size: 1rem;
326327
}

0 commit comments

Comments
 (0)