Skip to content

Commit

Permalink
Merge pull request #1901 from jaygood/patch-4
Browse files Browse the repository at this point in the history
Correct invalid background-color property value
  • Loading branch information
oliviertassinari committed Nov 10, 2015
2 parents c24b79a + c284c88 commit 7b0881a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/raised-button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ const RaisedButton = React.createClass({
let amount = (this.props.primary || this.props.secondary) ? 0.4 : 0.08;
let styles = {
root: {
backgroundColor: 'none',
display: 'inline-block',
minWidth: this.props.fullWidth ? '100%' : this.getThemeButton().minWidth,
height: this.getThemeButton().height,
Expand Down

0 comments on commit 7b0881a

Please sign in to comment.