From 780a17778d8eefaa75214bc6d44f7fd5bb79eccb Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 6 Aug 2025 15:24:26 -0500 Subject: [PATCH] Update icon size and gap --- src/components/Button.tsx | 4 ++-- src/view/screens/Storybook/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Button.tsx b/src/components/Button.tsx index fa4794bef4..fcd0a05865 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -437,7 +437,7 @@ export const Button = React.forwardRef( paddingVertical: 14, paddingHorizontal: 24, borderRadius: 10, - gap: 5, + gap: 4, }) } else if (size === 'small') { baseStyles.push({ @@ -748,7 +748,7 @@ export function ButtonIcon({ const iconSizeShorthand = size ?? (({ - large: 'md', + large: 'sm', small: 'sm', tiny: 'xs', }[buttonSize || 'small'] || 'sm') as Exclude< diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx index 1151d5a3ce..8285b0d73b 100644 --- a/src/view/screens/Storybook/index.tsx +++ b/src/view/screens/Storybook/index.tsx @@ -87,6 +87,7 @@ function StorybookInner() { +