mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
Restored Add to cart
This commit is contained in:
@@ -13,7 +13,7 @@ interface Props {
|
||||
color?: string
|
||||
}
|
||||
|
||||
const Swatch: FC<Props & ButtonProps> = ({
|
||||
const Swatch: FC<Omit<ButtonProps, 'variant'> & Props> = ({
|
||||
className,
|
||||
color = '',
|
||||
label,
|
||||
|
Reference in New Issue
Block a user