From 4332466ca6b9c7eb31034073d77076b3ebc805ab Mon Sep 17 00:00:00 2001 From: not-nullptr Date: Thu, 9 May 2024 18:27:54 +0100 Subject: [PATCH 1/2] add scaling to switch --- src/lib/forms/Switch.svelte | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/src/lib/forms/Switch.svelte b/src/lib/forms/Switch.svelte index ecb850d..bdc5fe4 100644 --- a/src/lib/forms/Switch.svelte +++ b/src/lib/forms/Switch.svelte @@ -50,6 +50,27 @@