We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6c01e commit 0d95dadCopy full SHA for 0d95dad
Components/Widgets/Button.js
@@ -72,7 +72,7 @@ export default class Button extends NativeBaseComponent {
72
73
fontSize: (this.props.large) ? this.getTheme().btnTextSizeLarge : (this.props.small) ? this.getTheme().btnTextSizeSmall : this.getTheme().btnTextSize,
74
75
- lineHeight: (this.props.large) ? 32 : (this.props.small) ? 15 : 22
+ lineHeight: (this.props.large) ? 29 : (this.props.small) ? 13 : 20
76
}
77
78
return _.merge(mergedStyle, btnType, this.props.textStyle);
0 commit comments