From 3877eb8085fc7cb48b02cb59014927cd57587dfc Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 19 Oct 2020 12:04:11 -0300 Subject: [PATCH] Active Product Page back to working again --- components/product/Swatch/Swatch.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/product/Swatch/Swatch.module.css b/components/product/Swatch/Swatch.module.css index 6062e34f8..cb35c0b71 100644 --- a/components/product/Swatch/Swatch.module.css +++ b/components/product/Swatch/Swatch.module.css @@ -1,11 +1,11 @@ .root { @apply h-12 w-12 bg-primary text-primary rounded-full mr-3 inline-flex - items-center justify-center cursor-pointer transition duration-75 ease-in-out + items-center justify-center cursor-pointer transition duration-100 ease-in-out p-0 shadow-none border-gray-200 border box-border; } .active.size { - @apply border-accents-2 border-2; + @apply border-accents-9 border-2; } .root:hover {