🎨 styles: button common with shape common

:%s
This commit is contained in:
lytrankieio123
2021-09-13 13:14:43 +07:00
parent 829aeaa847
commit fa84e88212
6 changed files with 104 additions and 71 deletions

View File

@@ -25,9 +25,6 @@ const DATA = [
const option = {
slidesPerView: 1,
// mode: "free",
}
const ProductImgs = ({ }: Props) => {

View File

@@ -64,6 +64,9 @@
margin-left: 0.8rem;
}
}
svg path {
fill: currentColor;
}
}
button {
@apply w-full;