mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
fix(frontend): incorrect active state behavior in chat actions (#11286)
This commit is contained in:
@@ -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")} />
|
||||
|
||||
Reference in New Issue
Block a user