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 6e475be commit 43d161dCopy full SHA for 43d161d
src/components/primitives/Button/types.ts
@@ -63,7 +63,7 @@ export interface InterfaceButtonProps
63
/**
64
* The size of the button.
65
*/
66
- size?: ThemeComponentSizeType<'Button'>;
+ size?: ThemeComponentSizeType<'Button'> | number;
67
// size?: SizeType;
68
69
* The start icon element to use in the button.
0 commit comments