diff --git a/src/components/Tabels/ReactTable4/Tabbar.js b/src/components/Tabels/ReactTable4/Tabbar.js index 2630e28..af82bdb 100644 --- a/src/components/Tabels/ReactTable4/Tabbar.js +++ b/src/components/Tabels/ReactTable4/Tabbar.js @@ -32,11 +32,13 @@ const Tabbar = ({ tabs, delTab, setActivateTab, activeTab }) => { if (window.isDown) return e.preventDefault(); }} aria-current="page" - className="flex flex-row items-center text-sm text-center active rounded-sm px-4" - style={{ - backgroundColor: activeTab === el.id ? "#92c1fc" : "#F1F6FF", - color: activeTab === el.id ? "#fff" : "#000", - }} + className={`flex flex-row items-center text-lg text-center active rounded-sm p-20 ${ + activeTab === el.id ? "bg-[#fff]" : "bg-[#000]" + } ${activeTab === el.id ? "bg-[#92c1fc]" : "bg-[#F1F6FF]"}`} + // style={{ + // backgroundColor: activeTab === el.id ? "#92c1fc" : "#F1F6FF", + // color: activeTab === el.id ? "#fff" : "#000", + // }} >