Pithaya / spicetify-apps-dist

Used to publish the custom apps from this repo (https://github.com/Pithaya/spicetify-apps) to the Spicetify marketplace.
114 stars 24 forks source link

Eternal-jukebox: Reset button text color same as background #35

Closed TheGeeKing closed 2 months ago

TheGeeKing commented 1 year ago

The text of the reset button is taking it's color from --spice-text which is by default #ffffff. The button background also take --spice-text as background color multiple times in the css (can't reference lines because the css is in one line) image

It results in a non lisible button: image If I disable the color from .main-embedWidgetGenerator-container it then appears in light grey: image