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"),