fix(tui): restore expandable tool hover state

This commit is contained in:
Dax Raad 2026-07-16 15:00:49 -04:00
parent a7cf21e157
commit 0d3b6d430e

View file

@ -2279,7 +2279,7 @@ function BlockTool(props: {
paddingLeft={2}
gap={1}
backgroundColor={
hover() ? themeV2.background.action.secondary() : themeV2.background()
hover() ? themeV2.background.action.secondary("focused") : themeV2.background()
}
customBorderChars={SplitBorder.customBorderChars}
borderColor={themeV2.background()}