diff options
| author | David Hill <[email protected]> | 2026-01-17 21:46:21 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-17 21:46:23 +0000 |
| commit | 53227bfc2a2f2651aafd14cbfaf7ab658879482a (patch) | |
| tree | e7f95b10b80a3d069887a0acf2a320e320a7eaff /packages | |
| parent | d3baaf74089712dc0ebf3ef2e3cbd491658d2d43 (diff) | |
| download | opencode-53227bfc2a2f2651aafd14cbfaf7ab658879482a.tar.gz opencode-53227bfc2a2f2651aafd14cbfaf7ab658879482a.zip | |
fix: command pallete file list item spacing
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/app/src/components/dialog-select-file.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/dialog-select-file.tsx b/packages/app/src/components/dialog-select-file.tsx index 432e531e1..0e8d69628 100644 --- a/packages/app/src/components/dialog-select-file.tsx +++ b/packages/app/src/components/dialog-select-file.tsx @@ -149,7 +149,7 @@ export function DialogSelectFile() { <Show when={item.type === "command"} fallback={ - <div class="w-full flex items-center justify-between rounded-md"> + <div class="w-full flex items-center justify-between rounded-md pl-1"> <div class="flex items-center gap-x-3 grow min-w-0"> <FileIcon node={{ path: item.path ?? "", type: "file" }} class="shrink-0 size-4" /> <div class="flex items-center text-14-regular"> |
