Terakhir Di Investasi Perbaikan Tampilannya

This commit is contained in:
2025-01-02 14:57:24 +08:00
parent f9e1d193e6
commit 563736548b
23 changed files with 221 additions and 84 deletions

View File

@@ -64,12 +64,13 @@ export default function PortofolioInvestasi({
c={"black"}
style={{
transition: "0.5s",
backgroundColor:
activeTab === e.name ? MainColor.yellow : "white",
border:
activeTab === e.name
? `1px solid ${AccentColor.yellow}`
: `1px solid white`,
color: activeTab === e.id ? MainColor.darkblue : MainColor.black,
// backgroundColor:
// activeTab === e.name ? MainColor.yellow : AccentColor.white,
// border:
// activeTab === e.name
// ? `1px solid ${AccentColor.yellow}`
// : `1px solid white`,
}}
>
{e.name}