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() {
+