Skip to content

Commit dfa2a9f

Browse files
committed
fix: reduce command item left padding in search modal
1 parent 6f78a71 commit dfa2a9f

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-2">
165+
<div class="w-full flex items-center justify-between gap-4 pl-1">
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)