Skip to content

Backdrop background not global overrides #20957

Description

@zavx0z

"@material-ui/core": "^4.9.13"
Not change

export default createMuiTheme({
    overrides: {
        MuiBackdrop:{
            root: {
                backgroundColor: 'rgba(255, 0, 0, 0.75)',
            }
        }
})

Change
<Modal BackdropProps={{style: {backgroundColor: 'rgba(255, 0, 0, 0.75)'}}}>

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: modalChanges related to the modal.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions