Skip to content

Commit b993306

Browse files
authored
fix: respect dark theme when enabled on shadow host (#10558)
1 parent c7673c6 commit b993306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vaadin-lumo-styles/src/global/color-scheme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
color-scheme: light;
1111
}
1212

13+
:host([theme~='dark']),
1314
[theme~='dark'] {
1415
/* Base (background) */
1516
--lumo-base-color: hsl(214, 35%, 21%);

0 commit comments

Comments
 (0)