fix color override on icons

This commit is contained in:
zeppi 2022-02-07 16:54:02 -05:00 committed by jessopb
parent ca2c6a6f8f
commit bbea2887f2
2 changed files with 7 additions and 1 deletions
static
ui/scss/component

View file

@ -2276,5 +2276,9 @@
"Custom Servers": "Custom Servers", "Custom Servers": "Custom Servers",
"Add A Server": "Add A Server", "Add A Server": "Add A Server",
"Autoplay Next is off.": "Autoplay Next is off.", "Autoplay Next is off.": "Autoplay Next is off.",
"Shuffle is on.": "Shuffle is on.",
"Shuffle is off.": "Shuffle is off.",
"Loop is on.": "Loop is on.",
"Loop is off.": "Loop is off.",
"--end--": "--end--" "--end--": "--end--"
} }

View file

@ -291,7 +291,9 @@
padding: 0 var(--spacing-xxs); padding: 0 var(--spacing-xxs);
.icon { .icon {
stroke: var(--color-text-subtitle); &:not(.color-override) {
stroke: var(--color-text-subtitle);
}
} }
.button__label { .button__label {