Targeting the color of modal backdrop over layer v4 mui?
Solution 1:
So looking at the documentation for the modal we can see that there is a BackdropProps property. This property uses a style object for its value.
<Modal BackdropProps={{style: {backgroundColor: 'white'}}} />