fix(tui): distinguish subagent focus from current
This commit is contained in:
parent
98c29075b4
commit
b7483bb3cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue