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 77b0c68 commit 385b661Copy full SHA for 385b661
Components/Widgets/Button.js
@@ -70,12 +70,8 @@ export default class Button extends NativeBaseComponent {
70
var btnType = {
71
paddingRight : 3,
72
paddingLeft : 3,
73
-<<<<<<< HEAD
74
- marginLeft: this.iconPresent() ? this.getTheme().iconMargin : 0,
75
-=======
76
marginLeft: (this.iconPresent() && !this.props.iconRight) ? this.getTheme().iconMargin : 0,
77
marginRight: (this.iconPresent() && this.props.iconRight) ? this.getTheme().iconMargin : 0,
78
->>>>>>> d10f8ff1b7e0c7e349d89a6473e937e425ca4898
79
color:
80
((this.props.bordered) && (this.props.primary)) ? this.getTheme().btnPrimaryBg :
81
((this.props.bordered) && (this.props.success)) ? this.getTheme().btnSuccessBg :
0 commit comments