fix(tui): remove extra padding between search and results in dialog-select (#11564)

pull/11566/head
Dax 2026-01-31 23:04:57 -05:00 committed by GitHub
parent 9b8b9e28e2
commit 94baf1f721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ export function DialogSelect<T>(props: DialogSelectProps<T>) {
</text>
<text fg={theme.textMuted}>esc</text>
</box>
<box paddingTop={1} paddingBottom={1}>
<box paddingTop={1}>
<input
onInput={(e) => {
batch(() => {