aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/ui/button.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/src/components/ui/button.tsx')
-rw-r--r--packages/instant/src/components/ui/button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/ui/button.tsx b/packages/instant/src/components/ui/button.tsx
index fbc5bcad4..9b8eaad69 100644
--- a/packages/instant/src/components/ui/button.tsx
+++ b/packages/instant/src/components/ui/button.tsx
@@ -81,7 +81,7 @@ Button.defaultProps = {
width: 'auto',
isDisabled: false,
padding: '.82em 1.2em',
- fontSize: '15px',
+ fontSize: '16px',
};
Button.displayName = 'Button';