Skip to content

Commit f8f1f46

Browse files
committed
fix: adjust command item left padding in search modal
1 parent ab705da commit f8f1f46

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
@@ -162,7 +162,7 @@ export function DialogSelectFile() {
162162
</div>
163163
}
164164
>
165-
<div class="w-full flex items-center justify-between gap-4 pl-3">
165+
<div class="w-full flex items-center justify-between gap-4 pl-2">
166166
<div class="flex items-center gap-2 min-w-0">
167167
<span class="text-14-regular text-text-strong whitespace-nowrap">{item.title}</span>
168168
<Show when={item.description}>

0 commit comments

Comments
 (0)