diff --git a/src/components/ui/Button.tsx b/src/components/ui/Button.tsx index d29f30bc..4ad09c12 100644 --- a/src/components/ui/Button.tsx +++ b/src/components/ui/Button.tsx @@ -12,7 +12,7 @@ type ButtonProps = { isBlock?: boolean isDisabled?: boolean isAutoWidth?: boolean - variant?: "primary" | "secondary" | "text" | "like" | "collect" + variant?: "primary" | "secondary" | "text" | "like" | "collect" | "crossbell" variantColor?: "green" | "red" | "gray" size?: "sm" rounded?: "full" | "lg"