This repository has no description
0

Configure Feed

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

web/components: use background-strong on hover for Toggle

author
eti
committer
dawn
date (Jul 31, 2026, 10:57 PM +0300) commit 20ec667b parent 03b62d06 change-id moznyopu
+1 -1
+1 -1
web/src/lib/components/ui/Toggle.svelte
··· 33 33 "peer absolute inset-0 size-full appearance-none rounded-full bg-background-muted", 34 34 "transition-colors duration-150", 35 35 "checked:bg-foreground-default", 36 - "enabled:hover:bg-background-inset checked:enabled:hover:bg-foreground-muted", 36 + "enabled:hover:bg-background-strong checked:enabled:hover:bg-foreground-muted", 37 37 "focus-visible:ring-2 focus-visible:ring-border-strong focus-visible:outline-none", 38 38 "disabled:cursor-not-allowed disabled:bg-background-inset checked:disabled:bg-foreground-disabled" 39 39 ].join(" ");