mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
fix: safari icons
This commit is contained in:
parent
0331931f56
commit
0acefd5c08
10 changed files with 17 additions and 22 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue