Skip to content

Commit

Permalink
chore: remove an unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Jul 5, 2024
1 parent 5082444 commit d4ef76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/controls/Toggle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</script>

<label class="flex items-center space-x-2">
<input type="checkbox" class="form-togggle hidden" bind:checked />
<input type="checkbox" class="hidden" bind:checked />
<button class="h-5 w-10 rounded-full bg-$c-fg-20 p-1 transition-colors duration-350" class:!bg-$c-fg-80={checked} on:click={toggle}>
<div class="pointer-events-none relative h-3 w-3 translate-x-0 rounded-full bg-white shadow transition-transform duration-350" class:translate-x-5={checked}>
{#if checked}
Expand Down

1 comment on commit d4ef76f

@vercel
Copy link

@vercel vercel bot commented on d4ef76f Jul 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.