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,