From c6f02a59f852272b484deca7a03a27bf7c66ff00 Mon Sep 17 00:00:00 2001 From: mahdi Date: Wed, 22 Dec 2021 11:52:29 +0330 Subject: [PATCH] update --- src/components/productTags/ProductTags.js | 945 +++++++++++++++++++++- 1 file changed, 942 insertions(+), 3 deletions(-) diff --git a/src/components/productTags/ProductTags.js b/src/components/productTags/ProductTags.js index d9e8111..3279c20 100644 --- a/src/components/productTags/ProductTags.js +++ b/src/components/productTags/ProductTags.js @@ -62,6 +62,945 @@ const ProductTags = ({ )} + + + + + + + + + {/* 2 */} +
+ + + + + + + + +
+ {/* 3 */} +
+ + + + + + + + +
+ {/* 4 */} +
+ + + + + + + +
@@ -98,14 +1037,14 @@ export default ProductTags; ProductTags.defaultProps = { tagtitlecolor: "text-grayTextColor", - tagBgColor: "bg-productTagBg", + tagBgColor: "bg-transparent", tagBorderColor: "border-grayBorderColor", // for icons - deliveryIcon: false, + deliveryIcon: true, rightIcon: false, darkSettingsIcon: false, greenGiftIcon: false, purpleCheckboxIcon: false, - blueNewspaperIcon: true, + blueNewspaperIcon: false, cancleIcon: true, };