summaryrefslogtreecommitdiff
path: root/src/components/ui/switch.tsx
diff options
context:
space:
mode:
authorl3wdfut4pwr l3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-01-22 07:14:19 +0200
committerl3wdfut4pwr l3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-01-22 07:14:19 +0200
commita6ec45c2073786eed5e7020887d24dfaba94de6d (patch)
tree69582af1749dd37d960beeadeabdef43d8bce426 /src/components/ui/switch.tsx
parentd092cdeb5bf3f91202b96bf189473ef5cb282b8d (diff)
update navbar
Diffstat (limited to 'src/components/ui/switch.tsx')
-rw-r--r--src/components/ui/switch.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/switch.tsx b/src/components/ui/switch.tsx
index 26fe2c3..1343d69 100644
--- a/src/components/ui/switch.tsx
+++ b/src/components/ui/switch.tsx
@@ -13,7 +13,7 @@ function Switch({
<SwitchPrimitive.Root
data-slot="switch"
className={cn(
- 'peer data-[state=checked]:bg-violet data-[state=unchecked]:bg-light-violet focus-visible:border-ring focus-visible:ring-ring/50 dark:data-[state=unchecked]:bg-input/80 inline-flex h-[18px] w-10 shrink-0 items-center rounded-full border border-transparent transition-all duration-200 ease-out outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50',
+ 'peer data-[state=checked]:bg-violet data-[state=unchecked]:bg-light-violet focus-visible:border-ring focus-visible:ring-ring/50 dark:data-[state=unchecked]:bg-input/80 inline-flex h-[18px] w-[40px] shrink-0 items-center rounded-full border border-transparent transition-all duration-200 ease-out outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50',
className,
)}
{...props}