We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b30ec commit 08a8b6bCopy full SHA for 08a8b6b
components/ui/button.tsx
@@ -6,7 +6,7 @@ import { forwardRef } from "react";
6
7
import { cn } from "@/lib/utils";
8
9
-export type ButtonVariant = "primary" | "secondary" | "outline-solid" | "ghost" | "link" | "danger";
+export type ButtonVariant = "primary" | "secondary" | "outline" | "ghost" | "link" | "danger";
10
export type ButtonSize = "xs" | "sm" | "md" | "lg" | "xl";
11
12
export interface ButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "size"> {
0 commit comments