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,
};