fix(tui): trim select footer action highlight (#31411)
This commit is contained in:
@@ -462,7 +462,6 @@ export function DialogSelect<T>(props: DialogSelectProps<T>) {
|
|||||||
return (
|
return (
|
||||||
<box
|
<box
|
||||||
flexDirection="row"
|
flexDirection="row"
|
||||||
paddingRight={1}
|
|
||||||
backgroundColor={active() ? theme.primary : RGBA.fromInts(0, 0, 0, 0)}
|
backgroundColor={active() ? theme.primary : RGBA.fromInts(0, 0, 0, 0)}
|
||||||
onMouseUp={() => triggerAction(item)}
|
onMouseUp={() => triggerAction(item)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user