From 75c6e82800c3316a2046cc2349a7e415890a9e20 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 9 Jan 2022 12:02:49 +0330 Subject: [PATCH] update --- src/components/contactInfoSection/ContactInfoSection.js | 2 +- src/components/productDesign/ProductDesign.js | 4 ++-- src/components/vodProductDesign/VodProductDesign.js | 2 +- tailwind.config.js | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/contactInfoSection/ContactInfoSection.js b/src/components/contactInfoSection/ContactInfoSection.js index 208e75d..47a9d88 100644 --- a/src/components/contactInfoSection/ContactInfoSection.js +++ b/src/components/contactInfoSection/ContactInfoSection.js @@ -25,7 +25,7 @@ const ContactInfoSection = ({

@@ -258,7 +258,7 @@ const ProductDesign = ({ )} {/* dark hover effect */} -

+
diff --git a/src/components/vodProductDesign/VodProductDesign.js b/src/components/vodProductDesign/VodProductDesign.js index 30351e3..c92e866 100644 --- a/src/components/vodProductDesign/VodProductDesign.js +++ b/src/components/vodProductDesign/VodProductDesign.js @@ -111,7 +111,7 @@ const VodProductDesign = ({ {/* select Color */} diff --git a/tailwind.config.js b/tailwind.config.js index 9aa4a2e..1e8f5fd 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -57,6 +57,7 @@ module.exports = { rangeFillBgColor: "#68A8E6", playButtonIcon: "#0D0D0D99", playButtonIcon2: "#E8E8E899", + blackBg: "#606060 ", }), borderColor: (theme) => ({ ...theme("colors"),