Fix css variable bug on themes
This commit is contained in:
@ -17,7 +17,7 @@ $on-button: #000000 !default;
|
||||
}
|
||||
|
||||
$theme: #{$name}-theme;
|
||||
::root {
|
||||
.#{$theme} {
|
||||
--background: #{$background};
|
||||
--on-background: #{$on-background};
|
||||
}
|
||||
|
Reference in New Issue
Block a user