fix: safari icons

This commit is contained in:
Adam 2025-12-01 16:26:06 -06:00
parent 0331931f56
commit 0acefd5c08
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
10 changed files with 17 additions and 22 deletions

View file

@ -25,7 +25,7 @@ export function Button(props: ButtonProps) {
}}
>
<Show when={split.icon}>
<Icon data-slot="button-icon" name={split.icon!} size="small" />
<Icon name={split.icon!} size="small" />
</Show>
{props.children}
</Kobalte>