Skip to content

Commit

Permalink
Fix docs for v4.0.0-alpha.11 (mui#2065)
Browse files Browse the repository at this point in the history
* Fix duplication of @material-ui/core versions used

* Fix colors on docs
  • Loading branch information
dmtrKovalenko authored Aug 3, 2020
1 parent 5424cdd commit c9d83ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/layout/components/NavItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class NavItem extends React.Component {
<ListItem disableGutters className={classes.listItem} {...props}>
<Link prefetch as={as} href={href}>
<Button
color="inherit"
onClick={this.handleClick}
style={style}
className={clsx(classes.button, {
Expand All @@ -76,6 +77,7 @@ class NavItem extends React.Component {
return (
<ListItem disableGutters className={classes.listItem} {...props}>
<Button
color="inherit"
onClick={this.handleClick}
style={style}
classes={{
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.8.4",
"@cypress/webpack-preprocessor": "^4.1.0",
"@material-ui/core": "^4.11.0",
"@percy/cypress": "^2.3.1",
"@testing-library/cypress": "^6.0.0",
"@testing-library/dom": "^7.21.5",
Expand Down

0 comments on commit c9d83ef

Please sign in to comment.