Skip to content

Commit

Permalink
Fix user-select style name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jun 15, 2016
1 parent dc699c7 commit 6f175a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const styles = {
justifyContent: 'center',
color: '#ccc',
fontSize: '25px',
'-webkit-user-select': 'none',
WebkitUserSelect: 'none',
},
text: {
textAlign: 'center',
Expand Down
2 changes: 1 addition & 1 deletion app/containers/ReactDevTools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const getNewKey = () => 'p' + Math.random().toString().substr(2, 10);

const styles = {
waiting: {
'-webkit-user-select': 'none',
WebkitUserSelect: 'none',
textAlign: 'center',
padding: '30px',
color: '#aaa',
Expand Down

0 comments on commit 6f175a6

Please sign in to comment.