chore: adjust size type

This commit is contained in:
Enrico Sacchetti 2024-01-19 16:00:01 -05:00
commit c51c40c9f4
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ export interface ButtonProps extends ButtonSkeletonProps, RestProps {
* Specify the size of button
* @default "default"
*/
size?: "default" | "field" | "small" | "lg" | "xl";
size?: "sm" | "md" | "lg" | "xl" | "2xl";
/**
* Set to `true` to use Carbon's expressive typesetting