-
diff --git a/src/components/SingleProduct/VodDesign1/index.js b/src/components/SingleProduct/VodDesign1/index.js
index 9c5e916..b0e0400 100644
--- a/src/components/SingleProduct/VodDesign1/index.js
+++ b/src/components/SingleProduct/VodDesign1/index.js
@@ -53,12 +53,9 @@ const VodDesign1 = ({
{/* TOP SECTION === ProductImage && ICONS on image && PlayButton && Tooltip */}
{/* ProductImage */}
diff --git a/src/components/Tabels/ReactTable4/BasicTable.js b/src/components/Tabels/ReactTable4/BasicTable.js
index 81a04b6..0886eea 100644
--- a/src/components/Tabels/ReactTable4/BasicTable.js
+++ b/src/components/Tabels/ReactTable4/BasicTable.js
@@ -1,6 +1,6 @@
import React, { useMemo, useState } from "react";
-import TabBar from "../ReactTable3/TabBar";
+import TabBar from "./Tabbar";
import Tabbar from "./Tabbar";
import MOCK_DATA from "./MOCK_DATA.json";
diff --git a/src/components/Tabels/ReactTable4/ColumnSearch.js b/src/components/Tabels/ReactTable4/ColumnSearch.js
index c610c4b..3781b64 100644
--- a/src/components/Tabels/ReactTable4/ColumnSearch.js
+++ b/src/components/Tabels/ReactTable4/ColumnSearch.js
@@ -8,8 +8,7 @@ export const ColumnSearch = ({ column }) => {
setFilter(e.target.value)}
- className={`w-8/12 text-xs text-blue-400 rounded focus:outline-none border p-1 focus:border-blue-200 focus:ring focus:ring-blue-200 focus:ring-opacity-20`}
- style={{ backgroundColor: "#F9FBFF", borderColor: "#B5D6FF" }}
+ className={`w-8/12 text-xs text-blue-400 bg-[#F9FBFF] border-[#B5D6FF] rounded focus:outline-none border p-1 focus:border-blue-200 focus:ring focus:ring-blue-200 focus:ring-opacity-20`}
/>
);
diff --git a/src/components/Tabels/ReactTable4/Tabbar.js b/src/components/Tabels/ReactTable4/Tabbar.js
index af82bdb..fd84ee5 100644
--- a/src/components/Tabels/ReactTable4/Tabbar.js
+++ b/src/components/Tabels/ReactTable4/Tabbar.js
@@ -32,8 +32,8 @@ const Tabbar = ({ tabs, delTab, setActivateTab, activeTab }) => {
if (window.isDown) return e.preventDefault();
}}
aria-current="page"
- className={`flex flex-row items-center text-lg text-center active rounded-sm p-20 ${
- activeTab === el.id ? "bg-[#fff]" : "bg-[#000]"
+ className={`flex flex-row items-center text-sm text-white px-2 py-0.5 text-center active rounded-sm ${
+ activeTab === el.id ? "text-[#fff]" : "text-[#000]"
} ${activeTab === el.id ? "bg-[#92c1fc]" : "bg-[#F1F6FF]"}`}
// style={{
// backgroundColor: activeTab === el.id ? "#92c1fc" : "#F1F6FF",
diff --git a/src/components/Tabels/ReactTable4/index.js b/src/components/Tabels/ReactTable4/index.js
index 507038b..e21a6fd 100644
--- a/src/components/Tabels/ReactTable4/index.js
+++ b/src/components/Tabels/ReactTable4/index.js
@@ -4,7 +4,6 @@ import React, { useRef, useState } from "react";
import BasicTable from "./BasicTable";
import TitleSubtitle from "../../MiniComponents/BreadCrumb";
-import BreadCrumb from "../../MiniComponents/BreadCrumb";
const ReactTable4 = ({ breadCrumbs }) => {
const [tabs, setTabs] = useState([