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 b2d2004d3..7f974b2f7 100644
--- a/packages/ui/src/components/button.tsx
+++ b/packages/ui/src/components/button.tsx
@@ -4,7 +4,7 @@ import { Icon, IconProps } from "./icon"
export interface ButtonProps
extends ComponentProps<typeof Kobalte>,
- Pick<ComponentProps<"button">, "class" | "classList" | "children" | "style"> {
+ Pick<ComponentProps<"button">, "class" | "classList" | "children"> {
size?: "small" | "normal" | "large"
variant?: "primary" | "secondary" | "ghost"
icon?: IconProps["name"]