Skip to content

Commit c284c88

Browse files
committed
Update raised-button.jsx
1 parent 59a8530 commit c284c88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/raised-button.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ const RaisedButton = React.createClass({
111111
let amount = (this.props.primary || this.props.secondary) ? 0.4 : 0.08;
112112
let styles = {
113113
root: {
114-
backgroundColor: 'transparent',
115114
display: 'inline-block',
116115
minWidth: this.props.fullWidth ? '100%' : this.getThemeButton().minWidth,
117116
height: this.getThemeButton().height,

0 commit comments

Comments
 (0)