JoseRFelix / react-css-theme-switcher

💫 Switch between CSS themes using React
https://react-css-theme-switcher.netlify.app/
MIT License
104 stars 11 forks source link

Keeping the dark theme #50

Closed volkanozbek closed 2 years ago

volkanozbek commented 2 years ago

Dark theme works fine in my project. But when I refresh the page the dark theme is gone. How can I prevent this?

volkanozbek commented 2 years ago

I solved my own question. We can keep it using "LocalStorage". Even if the page closes, it applies the same theme again from cookies. In the Switch section, we catch it from the "isChecked" section.