From a2de6cef2e0d93f18538871395369814600abe57 Mon Sep 17 00:00:00 2001 From: paco <34928425+pacocoursey@users.noreply.github.com> Date: Thu, 8 Oct 2020 15:38:06 -0600 Subject: [PATCH] Fix active style button --- components/ui/Button/Button.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/Button/Button.module.css b/components/ui/Button/Button.module.css index 28f04386c..02ea8edd1 100644 --- a/components/ui/Button/Button.module.css +++ b/components/ui/Button/Button.module.css @@ -11,7 +11,7 @@ } .root[data-active] { - @apply bg-gray-700; + @apply bg-gray-200; } s.filled {