From 97b9fdc20a63161187fce33dc5f6fac55c1234d0 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 18 Aug 2024 00:48:11 +0200 Subject: [PATCH] [docs] Fix link to createTheme source --- docs/data/material/customization/default-theme/default-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/customization/default-theme/default-theme.md b/docs/data/material/customization/default-theme/default-theme.md index a743d7ab1c771a..0fd2ea132a0be4 100644 --- a/docs/data/material/customization/default-theme/default-theme.md +++ b/docs/data/material/customization/default-theme/default-theme.md @@ -2,7 +2,7 @@

This tree view allows you to explore how the theme object looks like with the default values.

-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), +If you want to learn more about how the theme is assembled, take a look at [`material-ui/style/createTheme.ts`](https://github.com/mui/material-ui/blob/-/packages/mui-material/src/styles/createTheme.ts), and the related imports which `createTheme` uses. You can play with the documentation theme object in your browser console,