We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3baaf7 commit 53227bfCopy full SHA for 53227bf
1 file changed
packages/app/src/components/dialog-select-file.tsx
@@ -149,7 +149,7 @@ export function DialogSelectFile() {
149
<Show
150
when={item.type === "command"}
151
fallback={
152
- <div class="w-full flex items-center justify-between rounded-md">
+ <div class="w-full flex items-center justify-between rounded-md pl-1">
153
<div class="flex items-center gap-x-3 grow min-w-0">
154
<FileIcon node={{ path: item.path ?? "", type: "file" }} class="shrink-0 size-4" />
155
<div class="flex items-center text-14-regular">
0 commit comments