Skip to content

Commit 08a8b6b

Browse files
committed
Update button component
1 parent 75b30ec commit 08a8b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { forwardRef } from "react";
66

77
import { cn } from "@/lib/utils";
88

9-
export type ButtonVariant = "primary" | "secondary" | "outline-solid" | "ghost" | "link" | "danger";
9+
export type ButtonVariant = "primary" | "secondary" | "outline" | "ghost" | "link" | "danger";
1010
export type ButtonSize = "xs" | "sm" | "md" | "lg" | "xl";
1111

1212
export interface ButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "size"> {

0 commit comments

Comments
 (0)