Skip to content

Commit

Permalink
Update docs/src/pages/customization/palette/palette.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt <[email protected]>
  • Loading branch information
r3dm1ke and mbrookes authored Dec 20, 2019
1 parent b1afe33 commit 727efb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/customization/palette/palette.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Need inspiration? The Material Design team has built an awesome [palette configu

Material-UI comes with two palette types, light (the default) and dark.
You can make the theme dark by setting `type: 'dark'`.
While it's only a single property value change, internally it modifies the palette.
While it's only a single property value change, internally it modifies several palette values.

```js
const darkTheme = createMuiTheme({
Expand Down

0 comments on commit 727efb4

Please sign in to comment.