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 3c45edb commit 6b9a6aeCopy full SHA for 6b9a6ae
app/components/Settings/Toggle.client.vue
@@ -21,8 +21,8 @@ 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"
25
- :class="checked ? 'bg-accent' : 'bg-bg border border-border'"
+ 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"
+ :class="checked ? 'bg-accent border-transparent shadow-sm' : 'bg-bg border border-border'"
26
aria-hidden="true"
27
>
28
0 commit comments