Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 91242b6

Browse files
committed
fix(next): regression in mica dark
1 parent 1b6ab7e commit 91242b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/stylesheets/theme-next/shell.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body.background-effects.platform-win32 {
4646
}
4747

4848
@media (prefers-color-scheme: dark) {
49-
body.background-effects.platform-win32 #launcher-pane {
49+
body.background-effects.platform-win32 {
5050
--launcher-pane-horiz-border-color: rgba(0, 0, 0, 0.5);
5151
--launcher-pane-horiz-background-color: rgba(255, 255, 255, 0.09);
5252
}

0 commit comments

Comments
 (0)