Hi there! I've been attempting to incorporate an external frame onto the Dialog Box from Material UI, but haven't had much success. I tried the following code snippet without any luck:
overrides: {
MuiDialog :{
paper : {
borderWidth : 10,
borderRadius: 10,
borderColor : "#FFFFFF",
backgroundColor : "#101010"
}
}, .......
Is there a different method using overrides within the MUI theme that you could recommend?
Appreciate any guidance!