Add Dark Mode Toggle Switch #28
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
scope:frontend
Front-end issue
Current Behavior
The app has dark mode support, but the dark mode only activates when
@media (prefers-color-scheme: dark)
matches.https://github.com/0916dhkim/spotify-filter/blob/419c0ce21cd193d8f7c8fcc2abc1e1ca6f1a232f/app/public/darkmode.js#L1-L5
Desired Behavior
darkmode.js
should listen to local storage events and update styles on a preference change.The text was updated successfully, but these errors were encountered: