We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f78a71 commit dfa2a9fCopy full SHA for dfa2a9f
1 file changed
packages/app/src/components/dialog-select-file.tsx
@@ -162,7 +162,7 @@ export function DialogSelectFile() {
162
</div>
163
}
164
>
165
- <div class="w-full flex items-center justify-between gap-4 pl-2">
+ <div class="w-full flex items-center justify-between gap-4 pl-1">
166
<div class="flex items-center gap-2 min-w-0">
167
<span class="text-14-regular text-text-strong whitespace-nowrap">{item.title}</span>
168
<Show when={item.description}>
0 commit comments