Closed volkanozbek closed 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?
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.
Dark theme works fine in my project. But when I refresh the page the dark theme is gone. How can I prevent this?