File tree Expand file tree Collapse file tree
docs/src/app/components/pages/customization Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ implemented in a hierarchical manner.
6565### Predefined themes
6666
6767We ship two base themes with Material-UI: light and dark. They are located
68- under [ ` material-ui/lib/ styles/baseThemes/ ` ] ( https://github.com/callemall/material-ui/blob/master/src/styles/baseThemes/ ) .
68+ under [ ` material-ui/styles/baseThemes/ ` ] ( https://github.com/callemall/material-ui/blob/master/src/styles/baseThemes/ ) .
6969Custom themes may be defined similarly.
7070The [ ` lightBaseTheme ` ] ( https://github.com/callemall/material-ui/blob/master/src/styles/baseThemes/lightBaseTheme.js )
7171is the default so you will not need to do anything to use it.
@@ -188,7 +188,7 @@ until another render is triggered for that component leaving your application
188188in a moody state.
189189
190190To see what are the values you can override, use the
191- [ source] ( https://github.com/callemall/material-ui/blob/master/src/getMuiTheme.js ) .
191+ [ source] ( https://github.com/callemall/material-ui/blob/master/src/styles/ getMuiTheme.js ) .
192192The ` lightBaseTheme ` object looks like this (these are the defaults):
193193
194194``` js
You can’t perform that action at this time.
0 commit comments