Currently, I am implementing MUI dark mode for my Next.js application. While the MUI modal functions perfectly in light mode, I am struggling with visibility issues when using it in dark mode. The contrast is not strong enough, making it difficult to distinguish the edges of the modal and backdrop when dark theme is enabled. Are there any solutions within MUI that can enhance the contrast of the modal?
https://i.sstatic.net/JhIvM.png https://i.sstatic.net/RoAF8.png