Skip to content

Commit 385b661

Browse files
SankhadeepSankhadeep
authored andcommitted
button fix
1 parent 77b0c68 commit 385b661

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Components/Widgets/Button.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,8 @@ export default class Button extends NativeBaseComponent {
7070
var btnType = {
7171
paddingRight : 3,
7272
paddingLeft : 3,
73-
<<<<<<< HEAD
74-
marginLeft: this.iconPresent() ? this.getTheme().iconMargin : 0,
75-
=======
7673
marginLeft: (this.iconPresent() && !this.props.iconRight) ? this.getTheme().iconMargin : 0,
7774
marginRight: (this.iconPresent() && this.props.iconRight) ? this.getTheme().iconMargin : 0,
78-
>>>>>>> d10f8ff1b7e0c7e349d89a6473e937e425ca4898
7975
color:
8076
((this.props.bordered) && (this.props.primary)) ? this.getTheme().btnPrimaryBg :
8177
((this.props.bordered) && (this.props.success)) ? this.getTheme().btnSuccessBg :

0 commit comments

Comments
 (0)