score:1

you can style it using the .muibackdrop-root class with the rgba() css function

.muibackdrop-root {
    background-color: rgba(0,0,0,.7);
}

the final value (.7) represents the "strength" of the dimness


Related Query

More Query from same tag