summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/button.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components/button.tsx')
-rw-r--r--packages/ui/src/components/button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/button.tsx b/packages/ui/src/components/button.tsx
index d28e25afe..ba4649354 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="icon" name={split.icon!} size="small" />
+ <Icon data-slot="button-icon" name={split.icon!} size="small" />
</Show>
{props.children}
</Kobalte>