Skip to content

Commit

Permalink
[docs] Remove stringify theme import (#43032)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored and mnajdova committed Jul 23, 2024
1 parent 9b2f2b0 commit 7c3651d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Integrating Pigment CSS with Material UI requires you to configure the theme t
Add the following code to your [Next.js](#nextjs) or [Vite](#vite) config file:

```diff
+ import { extendTheme, stringifyTheme } from '@mui/material';
+ import { extendTheme } from '@mui/material';

+ const pigmentConfig = {
+ theme: extendTheme(),
Expand Down

0 comments on commit 7c3651d

Please sign in to comment.