fix: safari icons

This commit is contained in:
Adam
2025-12-01 16:26:06 -06:00
parent f5cdf14820
commit 6811ba570c
10 changed files with 17 additions and 22 deletions
+1 -1
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>