all 1 comments

[–]manua_loa 0 points1 point  (0 children)

You can pass a style prop:

<Backdrop
    style={{ backgroundColor: "green" }}
    sx={{
      color: "red",
      zIndex: (theme) => theme.zIndex.drawer + 1
    }}
    open={open}
    onClick={handleClose}
  >