Skip to content

Commit

Permalink
fix: fix bullet for TextCheckbox component
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Sep 10, 2023
1 parent c9e532c commit 6e52319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextCheckbox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
class:checked
class="main"
>
<span class="bullet" class:notchecked={!checked}>&bull</span>
<span class="bullet" class:notchecked={!checked}>&bull;</span>
<slot />
</span>
</label>

0 comments on commit 6e52319

Please sign in to comment.