fix(tui): distinguish subagent focus from current

This commit is contained in:
Kit Langton 2026-07-20 17:27:04 +00:00 committed by 𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴
commit b7483bb3cf

View file

@ -218,7 +218,7 @@ export function SubagentsTab(props: { sessionID: string }) {
flexDirection="row"
paddingLeft={1}
paddingRight={1}
backgroundColor={themeV2.background.action({ focused: active(), selected: entry.current })}
backgroundColor={themeV2.background.action({ focused: active() })}
onMouseOver={() => setStore("selected", index())}
onMouseUp={() => {
setStore("selected", index())