diff --git a/src/buttons/Button.js b/src/buttons/Button.js index 5bebacc062..b3e8744a9d 100644 --- a/src/buttons/Button.js +++ b/src/buttons/Button.js @@ -42,6 +42,7 @@ class Button extends Component { loadingProps, title, titleProps, + titleStyle, icon, iconContainerStyle, iconRight, @@ -55,22 +56,13 @@ class Button extends Component { ...attributes } = this.props; - let { titleStyle = {} } = this.props; - titleStyle = { - width: buttonStyle && buttonStyle.width ? '100%' : null, - ...titleStyle, - }; - return ( - +