Skip to content

Commit

Permalink
chore(material-ui): update to last version
Browse files Browse the repository at this point in the history
  • Loading branch information
topheman committed Oct 26, 2018
1 parent af589cb commit 15cae37
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 120 deletions.
148 changes: 29 additions & 119 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"@material-ui/core": "^3.1.1",
"@material-ui/core": "^3.3.1",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.17",
"@reach/router": "^1.2.1",
Expand Down
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const theme = createMuiTheme({
light: "#e5c9ca"
}
},
typography: {
useNextVariants: true
},
overrides: {
MuiListSubheader: {
root: {
Expand Down

0 comments on commit 15cae37

Please sign in to comment.