mirror of
https://github.com/vercel/commerce.git
synced 2025-06-30 18:31:21 +00:00
Fix glitch for Swatch
This commit is contained in:
parent
3311e16779
commit
2fb9e8b712
@ -44,3 +44,8 @@
|
||||
@apply w-auto px-4;
|
||||
min-width: 3rem;
|
||||
}
|
||||
|
||||
.active.textLabel {
|
||||
padding-right: calc(1rem - 1px);
|
||||
padding-left: calc(1rem - 1px);
|
||||
}
|
||||
|
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user