From f408fd91aa3dacb310bedc81336b526005fcb4d7 Mon Sep 17 00:00:00 2001 From: Severin Landolt Date: Mon, 23 Oct 2023 15:19:50 +0200 Subject: [PATCH] fix: border color dark --- src/components/input-elements/Switch/Switch.tsx | 11 ++--------- tailwind.config.js | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/components/input-elements/Switch/Switch.tsx b/src/components/input-elements/Switch/Switch.tsx index aecd2cccd..17898ccc5 100644 --- a/src/components/input-elements/Switch/Switch.tsx +++ b/src/components/input-elements/Switch/Switch.tsx @@ -77,20 +77,13 @@ const Switch = React.forwardRef((props, ref) => { Switch {isChecked ? "on" : "off"} - {/*