Merge pull request #22569 from mahendra1290/patch-2

Update migrate-to-mui5.md
This commit is contained in:
Patrik Oldsberg
2024-02-03 14:45:28 +01:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ By default, the `UnifiedThemeProvider` is already used. If you add a custom them
themes: [
{
// ...
provider: ({ children }) => (
Provider: ({ children }) => (
- <ThemeProvider theme={lightTheme}>.
- <CssBaseline>{children}</CssBaseline>.
- </ThemeProvider