Greetings, dear community members,
I am currently utilizing angular along with angular material in my projects.
By default, when a material dialog is opened, it slightly darkens the background. However, I am interested in having a blurred background instead. Despite attempting to modify the CSS styles, I have been unable to change the window's background (struggling to find the correct selector within the component template).
I have reviewed the documentation, but did not find any relevant information. While I can continue experimenting with styles, I believe that since the darkening effect is included by default, there should also be a built-in theming feature available. What are your thoughts on this?