fix(tui): remove extra padding between search and results in dialog-select (#11564)
This commit is contained in:
parent
9b8b9e28e2
commit
94baf1f721
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ export function DialogSelect<T>(props: DialogSelectProps<T>) {
|
||||||
</text>
|
</text>
|
||||||
<text fg={theme.textMuted}>esc</text>
|
<text fg={theme.textMuted}>esc</text>
|
||||||
</box>
|
</box>
|
||||||
<box paddingTop={1} paddingBottom={1}>
|
<box paddingTop={1}>
|
||||||
<input
|
<input
|
||||||
onInput={(e) => {
|
onInput={(e) => {
|
||||||
batch(() => {
|
batch(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue