We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a8530 commit c284c88Copy full SHA for c284c88
src/raised-button.jsx
@@ -111,7 +111,6 @@ const RaisedButton = React.createClass({
111
let amount = (this.props.primary || this.props.secondary) ? 0.4 : 0.08;
112
let styles = {
113
root: {
114
- backgroundColor: 'transparent',
115
display: 'inline-block',
116
minWidth: this.props.fullWidth ? '100%' : this.getThemeButton().minWidth,
117
height: this.getThemeButton().height,
0 commit comments