From 7c3651d479ed9bb22b98d01cc8f4ab0c562ce140 Mon Sep 17 00:00:00 2001 From: Siriwat K Date: Tue, 23 Jul 2024 14:21:46 +0700 Subject: [PATCH] [docs] Remove stringify theme import (#43032) --- .../migration/migrating-to-v6/migrating-to-pigment-css.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/migration/migrating-to-v6/migrating-to-pigment-css.md b/docs/data/material/migration/migrating-to-v6/migrating-to-pigment-css.md index 2fb27c41764516..99d5db156b13ef 100644 --- a/docs/data/material/migration/migrating-to-v6/migrating-to-pigment-css.md +++ b/docs/data/material/migration/migrating-to-v6/migrating-to-pigment-css.md @@ -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(),