From 5cf43ae956a49c9a201950bed7877630a6d5ef3a Mon Sep 17 00:00:00 2001 From: Georges Gomes <5250572+undefined@users.noreply.github.com> Date: Tue, 14 Jun 2022 07:15:45 +0000 Subject: [PATCH] Push from demo-i --- switch/src/switch.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch/src/switch.module.scss b/switch/src/switch.module.scss index 8aa712d..59d80f5 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: tomato; } .small {