From 5bf1f550e3393a275fd691e0d601129dce63ccc5 Mon Sep 17 00:00:00 2001 From: Georges Gomes <5250572+undefined@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:23:04 +0000 Subject: [PATCH] toggle purple --- switch/src/switch.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/switch/src/switch.module.scss b/switch/src/switch.module.scss index 8aa712d..4044a3f 100644 --- a/switch/src/switch.module.scss +++ b/switch/src/switch.module.scss @@ -9,7 +9,7 @@ padding: 2px; margin: 0 4px; transition: all var(--aria-transition-fast) ease 0s; - background: var(--aria-color-gray-300); + background: purple; } .small { @@ -38,7 +38,7 @@ .switch_thumb { background: var(--aria-color-white); - transition: all 250ms ease 0s; + transition: all 50ms ease 0s; align-self: flex-start; border-radius: inherit; }