From 22d906798e95ae47889b53675f82346029733c0d Mon Sep 17 00:00:00 2001 From: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:41:48 +0530 Subject: [PATCH] fix: dark mode switch color (#12850) --- packages/ui/components/form/switch/Switch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/components/form/switch/Switch.tsx b/packages/ui/components/form/switch/Switch.tsx index 6944f8349a..846a679b6f 100644 --- a/packages/ui/components/form/switch/Switch.tsx +++ b/packages/ui/components/form/switch/Switch.tsx @@ -42,7 +42,7 @@ const Switch = ( {LockedIcon &&
{LockedIcon}
}