Is there a way to customize the semi-transparent overlay of a material-ui dialog or modal? I am currently using material-ui with React and Typescript.
https://i.stack.imgur.com/ODQvN.png
Instead of a dark transparent overlay, I would like it to be transparent white. I am open to a solution using JSS, but also willing to consider an inline style approach.