fix: generic modal bg match theme
This commit is contained in:
@@ -34,7 +34,7 @@ const defaultModalStyle = {
|
|||||||
left: '50%',
|
left: '50%',
|
||||||
transform: 'translate(-50%, -50%)',
|
transform: 'translate(-50%, -50%)',
|
||||||
width: 1000,
|
width: 1000,
|
||||||
bgcolor: 'background.paper',
|
bgcolor: 'rgba(13, 13, 13, 1)',
|
||||||
boxShadow: 24,
|
boxShadow: 24,
|
||||||
p: 4,
|
p: 4,
|
||||||
height: '50%',
|
height: '50%',
|
||||||
|
|||||||
Reference in New Issue
Block a user