diff --git a/components/product/Swatch/Swatch.module.css b/components/product/Swatch/Swatch.module.css index cae1e4391..79a69e548 100644 --- a/components/product/Swatch/Swatch.module.css +++ b/components/product/Swatch/Swatch.module.css @@ -1,6 +1,6 @@ .swatch { box-sizing: border-box; - composes: root from 'components/ui/Button/Button.module.css'; + composes: root from '@components/ui/Button/Button.module.css'; @apply h-10 w-10 bg-primary text-primary rounded-full mr-3 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;