Skip to content

Commit

Permalink
[docs] 🚑 Fix broken link (mui#8029)
Browse files Browse the repository at this point in the history
* 🚑 Fix broken link

* Update themes.md
  • Loading branch information
wcandillon authored and oliviertassinari committed Sep 4, 2017
1 parent de08d5f commit ecb5a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/customization/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can make a theme dark by setting `type` to `dark`.
### The other variables

We have tried to normalize the implementation by adding many more variables: typography, breakpoints, transitions, etc. You can see below what the theme object looks like with the default values.
If you want to learn more, we suggesting having a look at [`material-ui/style/theme.js`](https://github.com/callemall/material-ui/blob/v1-beta/src/styles/theme.js).
If you want to learn more, we suggesting having a look at [`material-ui/style/createMuiTheme.js`](https://github.com/callemall/material-ui/blob/v1-beta/src/styles/createMuiTheme.js).

{{demo='pages/customization/ThemeDefault.js'}}

Expand Down

0 comments on commit ecb5a24

Please sign in to comment.