Skip to content

Commit 21ef086

Browse files
committed
feat: add border to switch styles
1 parent 0df32a3 commit 21ef086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Settings/Toggle.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const checked = defineModel<boolean>({
2121
{{ label }}
2222
</span>
2323
<span
24-
class="relative inline-flex h-6 w-11 shrink-0 items-center rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out motion-reduce:transition-none shadow-sm cursor-pointer"
24+
class="relative inline-flex h-6 w-11 shrink-0 items-center rounded-full border-2 transition-colors duration-200 ease-in-out motion-reduce:transition-none cursor-pointer"
2525
:class="checked ? 'bg-accent' : 'bg-bg border border-border'"
2626
aria-hidden="true"
2727
>

0 commit comments

Comments
 (0)