Restored Add to cart

This commit is contained in:
Belen Curcio
2021-01-11 15:03:04 -03:00
parent 4fdaae2197
commit 9bbd7feed0
3 changed files with 7 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ interface Props {
color?: string
}
const Swatch: FC<Props & ButtonProps> = ({
const Swatch: FC<Omit<ButtonProps, 'variant'> & Props> = ({
className,
color = '',
label,