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}
|
paddingLeft={2}
|
||||||
gap={1}
|
gap={1}
|
||||||
backgroundColor={
|
backgroundColor={
|
||||||
hover() ? themeV2.background.action.secondary() : themeV2.background()
|
hover() ? themeV2.background.action.secondary("focused") : themeV2.background()
|
||||||
}
|
}
|
||||||
customBorderChars={SplitBorder.customBorderChars}
|
customBorderChars={SplitBorder.customBorderChars}
|
||||||
borderColor={themeV2.background()}
|
borderColor={themeV2.background()}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue