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 255b5ea commit 7bf08ffCopy full SHA for 7bf08ff
Components/Widgets/Button.js
@@ -83,7 +83,7 @@ export default class Button extends NativeBaseComponent {
83
84
fontSize: (this.props.large) ? this.getTheme().btnTextSizeLarge : (this.props.small) ? this.getTheme().btnTextSizeSmall : this.getTheme().btnTextSize,
85
86
- lineHeight: (this.props.large) ? 29 : (this.props.small) ? 13 : 20
+ lineHeight: (this.props.large) ? 29 : (this.props.small) ? 16 : 20
87
}
88
89
return _.merge(mergedStyle, btnType, this.props.textStyle);
0 commit comments