fix: safari icons
This commit is contained in:
parent
0331931f56
commit
0acefd5c08
10 changed files with 17 additions and 22 deletions
|
|
@ -22,11 +22,7 @@ export function IconButton(props: ComponentProps<"button"> & IconButtonProps) {
|
|||
[split.class ?? ""]: !!split.class,
|
||||
}}
|
||||
>
|
||||
<Icon
|
||||
data-slot="icon-button-icon"
|
||||
name={props.icon}
|
||||
size={split.iconSize ?? (split.size === "large" ? "normal" : "small")}
|
||||
/>
|
||||
<Icon name={props.icon} size={split.iconSize ?? (split.size === "large" ? "normal" : "small")} />
|
||||
</Kobalte>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue