From c284c88f2c0383aec0f46f742e5d3c9d95c19588 Mon Sep 17 00:00:00 2001 From: Jon Haygood Date: Tue, 10 Nov 2015 16:22:27 -0500 Subject: [PATCH] Update raised-button.jsx --- src/raised-button.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/raised-button.jsx b/src/raised-button.jsx index 899b70ddd4ed71..d6fe5e6085aabe 100644 --- a/src/raised-button.jsx +++ b/src/raised-button.jsx @@ -111,7 +111,6 @@ const RaisedButton = React.createClass({ let amount = (this.props.primary || this.props.secondary) ? 0.4 : 0.08; let styles = { root: { - backgroundColor: 'transparent', display: 'inline-block', minWidth: this.props.fullWidth ? '100%' : this.getThemeButton().minWidth, height: this.getThemeButton().height,