Skip to content

Commit 8e11712

Browse files
[docs] Fix link to createTheme source
1 parent 4812b61 commit 8e11712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/material/customization/default-theme/default-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p class="description">This tree view allows you to explore how the theme object looks like with the default values.</p>
44

5-
If you want to learn more about how the theme is assembled, take a look at [`material-ui/style/createTheme.js`](https://github.com/mui/material-ui/blob/-/packages/mui-material/src/styles/createTheme.js),
5+
If you want to learn more about how the theme is assembled, take a look at [`material-ui/style/createTheme.js`](https://github.com/mui/material-ui/blob/-/packages/mui-material/src/styles/createTheme.ts),
66
and the related imports which `createTheme` uses.
77

88
You can play with the documentation theme object in your browser console,

0 commit comments

Comments
 (0)