JulienMaille / spicetify-dynamic-theme

A theme for Spicetify with support for light/dark modes and album art based colors.
MIT License
265 stars 27 forks source link

Star ratings not displaying correct on now playing bar #76

Closed JustTharpy closed 3 weeks ago

JustTharpy commented 4 weeks ago

The colors for the plugin Star Ratings is all one solid thing, wasn't an issue before a while ago. Works fine in the playlist though img-2024-06-04-01-27-55

JustTharpy commented 3 weeks ago

SO

".main-nowPlayingWidget-nowPlaying svg {
    filter: none !important;
}"``

Seems to just fix it, I think a filter was applied over that whole bar, and unintentionally ruined the star ratings.

JulienMaille commented 3 weeks ago

Hi, I'm currently too busy to look into this. I will try your fix when I have some time. Beware this filter was meant to color the "like" animation of the heart icon.

JustTharpy commented 3 weeks ago

Thanks and no rush!