fix(cli): use white text on active tab highlight across all selectors (#1004)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-02-17 18:28:41 -08:00
committed by GitHub
parent c5f94aa732
commit d71ce07c25
6 changed files with 7 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ export function MemoryTabViewer({
backgroundColor={
isActive ? colors.selector.itemHighlighted : undefined
}
color={isActive ? "black" : undefined}
color={isActive ? "white" : undefined}
bold={isActive}
>
{` ${block.label} `}