From 7a5c0f4df13c11d6ac222db7abf29750281089b1 Mon Sep 17 00:00:00 2001 From: Loan Laux Date: Sun, 30 May 2021 17:27:12 +0400 Subject: [PATCH] remove usage of border-accents-9 which broke compilation Signed-off-by: Loan Laux --- 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 ede13267b..c2a7b39fd 100644 --- a/components/product/Swatch/Swatch.module.css +++ b/components/product/Swatch/Swatch.module.css @@ -35,7 +35,7 @@ } .active { - @apply border-accents-9 border-2; + @apply border-2; padding-right: 1px; padding-left: 1px; } @@ -46,7 +46,7 @@ } .active.textLabel { - @apply border-accents-9 border-2; + @apply border-2; padding-right: calc(1rem - 1px); padding-left: calc(1rem - 1px); }