Skip to content

Commit

Permalink
Merge pull request #624 from pomerantsev/fix/css-prop-typo
Browse files Browse the repository at this point in the history
Fix typo in property name
  • Loading branch information
Hai Nguyen committed May 10, 2015
2 parents 626c0b0 + dd068d2 commit 2292cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enhanced-button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var EnhancedButton = React.createClass({
font: 'inherit',
fontFamily: this.context.muiTheme.contentFontFamily,
WebkitTapHighlightColor: 'rgba(0, 0, 0, 0)',
WebkitApperance: 'button',
WebkitAppearance: 'button',
cursor: 'pointer'
},
rootWhenLinkButton: {
Expand Down

0 comments on commit 2292cec

Please sign in to comment.