From 2fc1f9ca654990c16d901da0fdb4bf8ecc36b454 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 10 Oct 2024 18:50:19 -0500 Subject: Bump icon size for small size buttons (#5687) --- src/components/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Button.tsx') 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'], -- cgit 1.4.1