Skip to content

Commit 832bbba

Browse files
committed
chore: generate
1 parent 40d5d14 commit 832bbba

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

packages/ui/src/components/dialog.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ export function Dialog(props: DialogProps) {
6060
</div>
6161
</Show>
6262
<Show when={props.description}>
63-
<Kobalte.Description data-slot="dialog-description" style={{ "margin-left": "-4px" }}>{props.description}</Kobalte.Description>
63+
<Kobalte.Description data-slot="dialog-description" style={{ "margin-left": "-4px" }}>
64+
{props.description}
65+
</Kobalte.Description>
6466
</Show>
6567
<div data-slot="dialog-body">{props.children}</div>
6668
</Kobalte.Content>

packages/ui/src/components/list.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
264264
/>
265265
</Show>
266266
</div>
267-
{searchAction()}
268-
</div>
267+
{searchAction()}
268+
</div>
269269
</Show>
270270
<div ref={setScrollRef} data-slot="list-scroll">
271271
<Show

0 commit comments

Comments
 (0)