From 81e32ec7d8ded5b7807e061a849c656029eee0f7 Mon Sep 17 00:00:00 2001 From: Catalin Pinte <1243434+cond0r@users.noreply.github.com> Date: Mon, 19 Dec 2022 16:52:48 +0200 Subject: [PATCH] Update Swatch.module.css --- site/components/product/Swatch/Swatch.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/components/product/Swatch/Swatch.module.css b/site/components/product/Swatch/Swatch.module.css index 619ac8331..2cbd593cc 100644 --- a/site/components/product/Swatch/Swatch.module.css +++ b/site/components/product/Swatch/Swatch.module.css @@ -3,8 +3,7 @@ composes: root from '@components/ui/Button/Button.module.css'; @apply h-10 w-10 bg-primary text-primary rounded-full inline-flex items-center justify-center cursor-pointer transition duration-150 ease-in-out - p-0 shadow-none border-accent-3 border box-border select-none !mr-0; - margin-right: calc(0.75rem - 1px); + p-0 shadow-none border-accent-3 border box-border select-none; overflow: hidden; width: 48px; height: 48px;