From c40b28bd8233118f5ed202deca61a79bd40aa1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Thu, 1 Apr 2021 22:58:12 +0200 Subject: [PATCH] Small button font-size tweaks --- src/native-base-theme/components/Button.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/native-base-theme/components/Button.js b/src/native-base-theme/components/Button.js index 535c727c7..f9e94bd36 100644 --- a/src/native-base-theme/components/Button.js +++ b/src/native-base-theme/components/Button.js @@ -280,9 +280,9 @@ export default (variables /* : * */ = variable) => { }, '.small': { - height: 30, + height: 25, 'NativeBase.Text': { - fontSize: 14 + fontSize: 10 }, 'NativeBase.Icon': { fontSize: 20,