DEV Community

Discussion on: Stop flickering theme after page refresh in Sveltekit and Daisy UI

Collapse
 
palyfight profile image
Chris Bama

Great stuff, thank you for explaining the logic! The code snippets are incomplete but it's not too hard to fix.

I just needed to bind isDark to the input's checked attribute and also add an on:click event to the input to call the setModeCookie() function