theme saved and works

This commit is contained in:
Ben Arc
2021-06-30 12:40:58 +01:00
parent 40f50135bb
commit 4e43d2d52e
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ $themes: (
@each $name, $color in $colors {
@if $name == 'dark' {
[data-theme='#{$theme}'] .q-drawer--dark,
body.body--dark [data-theme='#{$theme}'] .q-layout,
body[data-theme='#{$theme}'].body--dark,
[data-theme='#{$theme}'] .q-menu--dark {
background: $color !important;
}