fix(tui): trim select footer action highlight (#31411)

This commit is contained in:
James Long 2026-06-08 17:53:06 -04:00 committed by GitHub
parent 537666149b
commit fc52c5ac87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)}
>