Skip to content

Commit

Permalink
Update docs/src/pages/guides/migration-v4/migration-v4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Sep 22, 2020
1 parent e767997 commit 9fba300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/migration-v4/migration-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ import { createMuiTheme } from '@material-ui/core/styles';

- The components' definition inside the theme were restructure under the `components` key, to allow people easier discoverability about the definitions regarding one component.

- The `theme.palette.type` was renamed to `theme.palette.mode`, to better follow the "dark mode" term that is usually used for describes this feature.
- The `theme.palette.type` was renamed to `theme.palette.mode`, to better follow the "dark mode" term that is usually used for describing this feature.

```diff
import { createMuiTheme } from '@material-ui/core/styles';
Expand Down

0 comments on commit 9fba300

Please sign in to comment.