mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 03:58:29 +00:00
fix(tui): trim select footer action highlight (#31411)
This commit is contained in:
parent
537666149b
commit
fc52c5ac87
1 changed files with 0 additions and 1 deletions
|
|
@ -462,7 +462,6 @@ export function DialogSelect<T>(props: DialogSelectProps<T>) {
|
|||
return (
|
||||
<box
|
||||
flexDirection="row"
|
||||
paddingRight={1}
|
||||
backgroundColor={active() ? theme.primary : RGBA.fromInts(0, 0, 0, 0)}
|
||||
onMouseUp={() => triggerAction(item)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue