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 {