fix(tui): trim select footer action highlight (#31411)
This commit is contained in:
parent
537666149b
commit
fc52c5ac87
@ -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…
Reference in New Issue
Block a user