Skip to content

Commit

Permalink
Use correct webkit property
Browse files Browse the repository at this point in the history
  • Loading branch information
elainen committed Oct 8, 2018
1 parent 621a090 commit fdad7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/simple-actions/hz-switch/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const checkbox = {
textTransform: 'uppercase',
fontFamily: 'arial',
textAlign: 'center',
'-webkit-appearance': 'none',
WebkitAppearance: 'none',
transition: 'all 0.3s ease',
border: '2px solid rgba(0, 0, 0, 0.5)',
borderRadius: 2,
Expand Down

0 comments on commit fdad7be

Please sign in to comment.