Skip to content

Commit

Permalink
change sr-only text for switch button
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdherron committed Feb 4, 2025
1 parent 36800c6 commit 88a1575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/colors/SwitchButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

<button type="button" onclick={switchColors} data-btn="icon switch">
<Icon name="switch" />
<span class="sr-only">Click to swap colors</span></button
<span class="sr-only">Swap colors</span></button
>

0 comments on commit 88a1575

Please sign in to comment.