summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/app/src')
-rw-r--r--packages/app/src/components/dialog-select-file.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/dialog-select-file.tsx b/packages/app/src/components/dialog-select-file.tsx
index 0adb35fc8..1057e83a2 100644
--- a/packages/app/src/components/dialog-select-file.tsx
+++ b/packages/app/src/components/dialog-select-file.tsx
@@ -136,7 +136,7 @@ export function DialogSelectFile() {
return (
<Dialog title="Search">
<List
- search={{ placeholder: "Search files and commands", autofocus: true }}
+ search={{ placeholder: "Search files and commands", autofocus: true, hideIcon: true, class: "px-3" }}
emptyMessage="No results found"
items={items}
key={(item) => item.id}