use 'sm' instead of 'small'

This commit is contained in:
Bilux 2022-10-19 12:01:53 +01:00 committed by GitHub
commit 386cc983c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View file

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