Skip to content

Commit 0d95dad

Browse files
Sankhadeep RoySankhadeep Roy
authored andcommitted
buttons fixed
1 parent 0a6c01e commit 0d95dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Components/Widgets/Button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default class Button extends NativeBaseComponent {
7272

7373
fontSize: (this.props.large) ? this.getTheme().btnTextSizeLarge : (this.props.small) ? this.getTheme().btnTextSizeSmall : this.getTheme().btnTextSize,
7474

75-
lineHeight: (this.props.large) ? 32 : (this.props.small) ? 15 : 22
75+
lineHeight: (this.props.large) ? 29 : (this.props.small) ? 13 : 20
7676
}
7777

7878
return _.merge(mergedStyle, btnType, this.props.textStyle);

0 commit comments

Comments
 (0)