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.
1 parent 0df32a3 commit 21ef086Copy full SHA for 21ef086
app/components/Settings/Toggle.client.vue
@@ -21,7 +21,7 @@ const checked = defineModel<boolean>({
21
{{ label }}
22
</span>
23
<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"
+ 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"
25
:class="checked ? 'bg-accent' : 'bg-bg border border-border'"
26
aria-hidden="true"
27
>
0 commit comments