diff --git a/components/product/Swatch/Swatch.module.css b/components/product/Swatch/Swatch.module.css index 5d884cba1..fb690f683 100644 --- a/components/product/Swatch/Swatch.module.css +++ b/components/product/Swatch/Swatch.module.css @@ -44,3 +44,8 @@ @apply w-auto px-4; min-width: 3rem; } + +.active.textLabel { + padding-right: calc(1rem - 1px); + padding-left: calc(1rem - 1px); +} diff --git a/tsconfig.json b/tsconfig.json index 1a6c28831..9e712fb18 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,8 +22,8 @@ "@components/*": ["components/*"], "@commerce": ["framework/commerce"], "@commerce/*": ["framework/commerce/*"], - "@framework": ["framework/vendure"], - "@framework/*": ["framework/vendure/*"] + "@framework": ["framework/bigcommerce"], + "@framework/*": ["framework/bigcommerce/*"] } }, "include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],