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 cf8c43f commit d94d8d8Copy full SHA for d94d8d8
lib/components/Button/index.tsx
@@ -13,7 +13,7 @@ interface ButtonProps extends ComponentProps<"button"> {
13
icon?: ReactElement;
14
isFullWidth?: boolean;
15
isLoading?: boolean;
16
- rounded?: Extract<TGenericSizes, "md" | "sm">;
+ rounded?: Extract<TGenericSizes, "lg" | "md" | "sm">;
17
size?: Extract<TGenericSizes, "lg" | "md" | "sm">;
18
textSize?: ComponentProps<typeof Text>["size"];
19
variant?: TVariant;
0 commit comments