Skip to content

Commit

Permalink
Update raised-button.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jaygood committed Nov 10, 2015
1 parent 59a8530 commit c284c88
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 @@ -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,
Expand Down

0 comments on commit c284c88

Please sign in to comment.