Skip to content

Commit 7bf08ff

Browse files
Sankhadeep RoySankhadeep Roy
authored andcommitted
button small update
1 parent 255b5ea commit 7bf08ff

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
@@ -83,7 +83,7 @@ export default class Button extends NativeBaseComponent {
8383

8484
fontSize: (this.props.large) ? this.getTheme().btnTextSizeLarge : (this.props.small) ? this.getTheme().btnTextSizeSmall : this.getTheme().btnTextSize,
8585

86-
lineHeight: (this.props.large) ? 29 : (this.props.small) ? 13 : 20
86+
lineHeight: (this.props.large) ? 29 : (this.props.small) ? 16 : 20
8787
}
8888

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

0 commit comments

Comments
 (0)