diff options
| author | Alex Yaroshuk <[email protected]> | 2026-01-29 06:50:00 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-28 16:50:00 -0600 |
| commit | 36df0d823a3b477486b8678810a63a6ec0fd027d (patch) | |
| tree | 92d9bc58b0c32a1bfed561ee102eed32ccb6cc27 /packages/ui/src/components/list.tsx | |
| parent | 9424f829eb675b86543bc201fae4f0b3ed2b4f9a (diff) | |
| download | opencode-36df0d823a3b477486b8678810a63a6ec0fd027d.tar.gz opencode-36df0d823a3b477486b8678810a63a6ec0fd027d.zip | |
fix(app): alignment and padding in dialogs (#10866)
Diffstat (limited to 'packages/ui/src/components/list.tsx')
| -rw-r--r-- | packages/ui/src/components/list.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/list.tsx b/packages/ui/src/components/list.tsx index 2132897f7..746990690 100644 --- a/packages/ui/src/components/list.tsx +++ b/packages/ui/src/components/list.tsx @@ -264,8 +264,8 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void }) /> </Show> </div> - {searchAction()} - </div> + {searchAction()} + </div> </Show> <div ref={setScrollRef} data-slot="list-scroll"> <Show |
