mirror of
https://github.com/vercel/commerce.git
synced 2025-07-01 02:41:22 +00:00
Fix glitch for Swatch
This commit is contained in:
parent
3311e16779
commit
2fb9e8b712
@ -44,3 +44,8 @@
|
|||||||
@apply w-auto px-4;
|
@apply w-auto px-4;
|
||||||
min-width: 3rem;
|
min-width: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.active.textLabel {
|
||||||
|
padding-right: calc(1rem - 1px);
|
||||||
|
padding-left: calc(1rem - 1px);
|
||||||
|
}
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
"@components/*": ["components/*"],
|
"@components/*": ["components/*"],
|
||||||
"@commerce": ["framework/commerce"],
|
"@commerce": ["framework/commerce"],
|
||||||
"@commerce/*": ["framework/commerce/*"],
|
"@commerce/*": ["framework/commerce/*"],
|
||||||
"@framework": ["framework/vendure"],
|
"@framework": ["framework/bigcommerce"],
|
||||||
"@framework/*": ["framework/vendure/*"]
|
"@framework/*": ["framework/bigcommerce/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user