From 433814b771e78210f4740fc4a3dac7f9ee586c69 Mon Sep 17 00:00:00 2001 From: Edouard Wautier <4435185+Duncid@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:09:53 +0100 Subject: [PATCH] updating Switch --- sparkle/src/components/Switch.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sparkle/src/components/Switch.tsx b/sparkle/src/components/Switch.tsx index 9af1653b48d8..71aa0d3209b0 100644 --- a/sparkle/src/components/Switch.tsx +++ b/sparkle/src/components/Switch.tsx @@ -9,9 +9,9 @@ const Switch = React.forwardRef< >(({ className, ...props }, ref) => (