diff options
-rw-r--r-- | src/components/Button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 4acb4f1dc..aaac73bd3 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -670,7 +670,7 @@ export function ButtonIcon({ size ?? (({ large: 'sm', - small: 'xs', + small: 'sm', tiny: 'xs', }[buttonSize || 'small'] || 'sm') as Exclude< SVGIconProps['size'], |