From 65b6900ed7d645fccc79aca0ca5a0311d8fbaf47 Mon Sep 17 00:00:00 2001 From: alimpens Date: Wed, 21 Aug 2024 11:12:28 +0200 Subject: [PATCH] Use same system color as we do for radio's and checkboxes --- packages/css/src/components/switch/switch.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/css/src/components/switch/switch.scss b/packages/css/src/components/switch/switch.scss index 82c860b09a..d86fcd8001 100644 --- a/packages/css/src/components/switch/switch.scss +++ b/packages/css/src/components/switch/switch.scss @@ -44,7 +44,7 @@ transition-timing-function: ease-in-out; @media (forced-colors: active) { - background-color: ButtonText; + background-color: FieldText; } }