mattjennings / sveltekit-blog-template

A SvelteKit blog template
https://sveltekit-blog-template.vercel.app
MIT License
229 stars 35 forks source link

Fix initial toggle if default light mode #3

Closed michaelkacher closed 2 years ago

michaelkacher commented 2 years ago

Resolved an issue where on first load of the page when default prefersLight mode is true, the toggle button would be in the incorrect mode.

Scenario:

Result:

Expected:

mattjennings commented 2 years ago

Oh right on, thanks for the PR!