Fixed jukebox to match style

This commit is contained in:
Ben Arc
2021-06-30 13:38:10 +01:00
parent eac125a28e
commit 55c564fe21
5 changed files with 29 additions and 29 deletions
+3 -2
View File
@@ -25,7 +25,7 @@ $themes: (
),
'flamingo': (
primary: #c64242,
secondary: #ff7474,
secondary: #cf5656,
dark: #e75480,
info: #ec7599,
marginal-bg: #e75480,
@@ -55,7 +55,8 @@ $themes: (
}
}
@if $name == 'info' {
[data-theme='#{$theme}'] .q-card--dark {
[data-theme='#{$theme}'] .q-card--dark,
[data-theme='#{$theme}'] .q-stepper--dark {
background: $color !important;
}
}