mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(Fluent): like button is white in light color scheme
Like button in player controls now changes to accent color when checked Fixes #568
This commit is contained in:
parent
25f1c71d8c
commit
5046217e28
@ -1538,6 +1538,10 @@ option {
|
||||
height: 22px !important;
|
||||
}
|
||||
|
||||
/*Like button*/
|
||||
.control-button-heart[aria-checked=true] {
|
||||
color: var(--spice-accent);
|
||||
}
|
||||
|
||||
/* ads */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user