From fa54eb687e2a65b7b22bfcc21d97d70d5b6ea31c Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 17 May 2024 10:45:50 -0700 Subject: [PATCH] refac: switch styling --- src/lib/components/common/Switch.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/common/Switch.svelte b/src/lib/components/common/Switch.svelte index fe51a2660..0f8f45460 100644 --- a/src/lib/components/common/Switch.svelte +++ b/src/lib/components/common/Switch.svelte @@ -14,7 +14,7 @@ }} class="flex h-5 min-h-5 w-9 shrink-0 cursor-pointer items-center rounded-full px-[3px] transition {state ? ' bg-emerald-600' - : 'bg-gray-200 dark:bg-transparent'} outline outline-gray-100 dark:outline-gray-800" + : 'bg-gray-200 dark:bg-transparent'} outline outline-1 outline-gray-100 dark:outline-gray-800" >