fix(frontend): incorrect active state behavior in chat actions (#11286)

This commit is contained in:
Hiep Le
2025-10-09 16:02:04 +07:00
committed by GitHub
parent a97e1471bb
commit 3abebef26f

View File

@@ -27,7 +27,7 @@ export function ConversationTabNav({
: "hover:text-white hover:bg-[#0D0F11]",
isActive
? "focus-within:text-white focus-within:bg-tertiary"
: "focus-within:text-white focus-within:bg-[#0D0F11]",
: "focus-within:text-[#9299AA] focus-within:bg-[#0D0F11]",
)}
>
<Icon className={cn("w-5 h-5 text-inherit")} />