diff options
| author | GitHub Action <[email protected]> | 2026-01-28 22:51:20 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-28 22:51:20 +0000 |
| commit | 832bbba6166c24a78f87c4da50172d64a6f32ef7 (patch) | |
| tree | ae254847f357b29cba5f7debf22cdac2da421c41 | |
| parent | 40d5d143041244a61a1c0130dd29a9ff22ce4427 (diff) | |
| download | opencode-832bbba6166c24a78f87c4da50172d64a6f32ef7.tar.gz opencode-832bbba6166c24a78f87c4da50172d64a6f32ef7.zip | |
chore: generate
| -rw-r--r-- | packages/ui/src/components/dialog.tsx | 4 | ||||
| -rw-r--r-- | packages/ui/src/components/list.tsx | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/packages/ui/src/components/dialog.tsx b/packages/ui/src/components/dialog.tsx index 190f33b5d..ce7704f37 100644 --- a/packages/ui/src/components/dialog.tsx +++ b/packages/ui/src/components/dialog.tsx @@ -60,7 +60,9 @@ export function Dialog(props: DialogProps) { </div> </Show> <Show when={props.description}> - <Kobalte.Description data-slot="dialog-description" style={{ "margin-left": "-4px" }}>{props.description}</Kobalte.Description> + <Kobalte.Description data-slot="dialog-description" style={{ "margin-left": "-4px" }}> + {props.description} + </Kobalte.Description> </Show> <div data-slot="dialog-body">{props.children}</div> </Kobalte.Content> diff --git a/packages/ui/src/components/list.tsx b/packages/ui/src/components/list.tsx index 746990690..2132897f7 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 |
