We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86cefc7 + 75f8deb commit c13b9b7Copy full SHA for c13b9b7
src/lib/ThemeSwitch/ThemeSwitcher.svelte
@@ -40,6 +40,7 @@
40
class="sr-only"
41
checked={darkMode}
42
onclick={handleThemeSwitch}
43
+ aria-label="Toggle theme"
44
/>
45
<label
46
for="theme-toggle"
0 commit comments