Skip to content

Commit

Permalink
[RaisedButton] Fixes #1048 - Raised button display glitch on dark bac…
Browse files Browse the repository at this point in the history
…kgrounds
  • Loading branch information
Hai Nguyen committed Jul 14, 2015
1 parent e403100 commit 92751d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raised-button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ let 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 92751d5

Please sign in to comment.