This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

web/component: fix Toggle hover pointer state

Signed-off-by: eti <eti@eti.tf>

+1 -1
+1 -1
web/src/lib/components/ui/Toggle.svelte
··· 30 30 ); 31 31 32 32 const inputClasses = [ 33 - "peer absolute inset-0 size-full appearance-none rounded-full bg-background-muted", 33 + "peer absolute inset-0 size-full appearance-none rounded-full bg-background-muted cursor-pointer", 34 34 "transition-colors duration-150", 35 35 "checked:bg-foreground-default", 36 36 "enabled:hover:bg-background-strong checked:enabled:hover:bg-foreground-muted",