From 616a93c7f96bfb9b560bfcbe98d615e3f4c5369e Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:02:05 +0100 Subject: [PATCH] feat(SwitchV2): highlight red when checked --- resources/scripts/components/elements/SwitchV2.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/scripts/components/elements/SwitchV2.tsx b/resources/scripts/components/elements/SwitchV2.tsx index ca4882786..f439b288c 100644 --- a/resources/scripts/components/elements/SwitchV2.tsx +++ b/resources/scripts/components/elements/SwitchV2.tsx @@ -11,7 +11,8 @@ const Switch = React.forwardRef< >(({ className, ...props }, ref) => (