diff options
| author | Adam <[email protected]> | 2025-12-01 16:26:06 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-01 16:27:12 -0600 |
| commit | 0acefd5c08d724d440071de2ff7bcee4b599ecad (patch) | |
| tree | d9a6fa63d59400b7f4240bed247265b171cc2d2b /packages/ui/src/components/button.tsx | |
| parent | 0331931f562239abf3adaebfb18539adf6665359 (diff) | |
| download | opencode-0acefd5c08d724d440071de2ff7bcee4b599ecad.tar.gz opencode-0acefd5c08d724d440071de2ff7bcee4b599ecad.zip | |
fix: safari icons
Diffstat (limited to 'packages/ui/src/components/button.tsx')
| -rw-r--r-- | packages/ui/src/components/button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/button.tsx b/packages/ui/src/components/button.tsx index ba4649354..0802c3629 100644 --- a/packages/ui/src/components/button.tsx +++ b/packages/ui/src/components/button.tsx @@ -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> |
