diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 4acb4f1dc4..aaac73bd38 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'],