From ecb5a245f970714860d09f0e0a9b08c49e51ed7c Mon Sep 17 00:00:00 2001 From: William Candillon Date: Mon, 4 Sep 2017 10:22:51 +0200 Subject: [PATCH] =?UTF-8?q?[docs]=20=F0=9F=9A=91=20Fix=20broken=20link=20(?= =?UTF-8?q?#8029)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🚑 Fix broken link * Update themes.md --- docs/src/pages/customization/themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/customization/themes.md b/docs/src/pages/customization/themes.md index f870091abd8468..fe765ef487f361 100644 --- a/docs/src/pages/customization/themes.md +++ b/docs/src/pages/customization/themes.md @@ -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'}}