fix: safari icons

This commit is contained in:
Adam
2025-12-01 16:26:06 -06:00
parent 0331931f56
commit 0acefd5c08
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>