mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 18:33:37 +00:00
fix(tui): restore expandable tool hover state
This commit is contained in:
parent
a7cf21e157
commit
0d3b6d430e
1 changed files with 1 additions and 1 deletions
|
|
@ -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()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue