Skip to content

Commit 53227bf

Browse files
committed
fix: command pallete file list item spacing
1 parent d3baaf7 commit 53227bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/dialog-select-file.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export function DialogSelectFile() {
149149
<Show
150150
when={item.type === "command"}
151151
fallback={
152-
<div class="w-full flex items-center justify-between rounded-md">
152+
<div class="w-full flex items-center justify-between rounded-md pl-1">
153153
<div class="flex items-center gap-x-3 grow min-w-0">
154154
<FileIcon node={{ path: item.path ?? "", type: "file" }} class="shrink-0 size-4" />
155155
<div class="flex items-center text-14-regular">

0 commit comments

Comments
 (0)