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:
williamckha 2021-11-01 17:10:27 -07:00
parent 25f1c71d8c
commit 5046217e28

View File

@ -1538,6 +1538,10 @@ option {
height: 22px !important;
}
/*Like button*/
.control-button-heart[aria-checked=true] {
color: var(--spice-accent);
}
/* ads */