Skip to content

Commit d94d8d8

Browse files
committed
fix: add lg type for rounded
1 parent cf8c43f commit d94d8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/Button/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface ButtonProps extends ComponentProps<"button"> {
1313
icon?: ReactElement;
1414
isFullWidth?: boolean;
1515
isLoading?: boolean;
16-
rounded?: Extract<TGenericSizes, "md" | "sm">;
16+
rounded?: Extract<TGenericSizes, "lg" | "md" | "sm">;
1717
size?: Extract<TGenericSizes, "lg" | "md" | "sm">;
1818
textSize?: ComponentProps<typeof Text>["size"];
1919
variant?: TVariant;

0 commit comments

Comments
 (0)