fix color override on icons
This commit is contained in:
parent
ca2c6a6f8f
commit
bbea2887f2
2 changed files with 7 additions and 1 deletions
|
@ -2276,5 +2276,9 @@
|
|||
"Custom Servers": "Custom Servers",
|
||||
"Add A Server": "Add A Server",
|
||||
"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--"
|
||||
}
|
||||
|
|
|
@ -291,7 +291,9 @@
|
|||
padding: 0 var(--spacing-xxs);
|
||||
|
||||
.icon {
|
||||
stroke: var(--color-text-subtitle);
|
||||
&:not(.color-override) {
|
||||
stroke: var(--color-text-subtitle);
|
||||
}
|
||||
}
|
||||
|
||||
.button__label {
|
||||
|
|
Loading…
Reference in a new issue