Skip to content

Commit

Permalink
added type size
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlucas committed Dec 14, 2023
1 parent cb19b83 commit 9257b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type ButtonProps = {
leftIconName?: keyof typeof RadixIcon;
rightIconName?: keyof typeof RadixIcon;
colorVariant?: ButtonColorType;
size?: string;
size?: 'normal' | 'medium' | 'large';
} & TouchableType;

export type TouchableType = {
Expand Down

0 comments on commit 9257b03

Please sign in to comment.