Questions tagged [material-dialog]

No instructions have been provided for this tag at the moment!

What is the best approach to customize a Material UI theme for two dialog boxes with unique properties?

I'm currently working on a project using Next.js and Material UI. I have two dialog boxes with unique styles, but I'm facing an issue with overriding the theme for each individual box using createTheme. The first dialog box has a width of 200px, while the ...