Skip to content

Commit

Permalink
[docs] Fix format git diff regression
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 13, 2024
1 parent 2fd1473 commit 369c359
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/data/material/integrations/nextjs/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,9 @@ To learn more about theming, check out the [Theming guide](/material-ui/customiz

If you want to use [CSS theme variables](/material-ui/experimental-api/css-theme-variables/overview/), use the `extendTheme` and `CssVarsProvider` instead:

````diff title="pages/_app.tsx"
```diff title="pages/_app.tsx"
-import { ThemeProvider, createTheme } from '@mui/material/styles';
+import { CssVarsProvider, extendTheme } from '@mui/material/styles';
```

Learn more about [the advantages of CSS theme variables](/material-ui/experimental-api/css-theme-variables/overview/#advantages).
````

0 comments on commit 369c359

Please sign in to comment.