Merge branch 'master' of github.com:okbel/e-comm-example

This commit is contained in:
Belen Curcio
2020-10-05 11:45:21 -03:00
20 changed files with 268 additions and 182 deletions

View File

@@ -18,7 +18,7 @@ const M: FC<Props> = ({
items,
wrapper: Component = DefaultWrapper,
variant = 'primary',
min = 'none',
// min = 'none',
}) => {
const rootClassName = cn(
s.root,