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