Skip to content

Commit

Permalink
Merge branch 'next' into add/types/dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jul 23, 2024
2 parents 9b2f2b0 + 7c613e2 commit 39548d6
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 39548d6

Please sign in to comment.