Skip to content

Commit 43d161d

Browse files
committed
fix: button size typing
1 parent 6e475be commit 43d161d

File tree

1 file changed

+1
-1
lines changed
  • src/components/primitives/Button

1 file changed

+1
-1
lines changed

src/components/primitives/Button/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface InterfaceButtonProps
6363
/**
6464
* The size of the button.
6565
*/
66-
size?: ThemeComponentSizeType<'Button'>;
66+
size?: ThemeComponentSizeType<'Button'> | number;
6767
// size?: SizeType;
6868
/**
6969
* The start icon element to use in the button.

0 commit comments

Comments
 (0)