We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e4e81 commit 1177599Copy full SHA for 1177599
packages/component-base/src/style-props.js
@@ -10,7 +10,7 @@ import { addGlobalThemeStyles } from '@vaadin/vaadin-themable-mixin/register-sty
10
addGlobalThemeStyles(
11
'vaadin-base',
12
css`
13
- @layer base {
+ @layer vaadin.base {
14
:where(html) {
15
/* Background color */
16
--vaadin-background-color: light-dark(#fff, #222);
0 commit comments