fix: generic modal bg match theme

This commit is contained in:
amhsirak
2025-11-15 17:49:24 +05:30
parent b7fc9f46c2
commit 6016a616fe

View File

@@ -34,7 +34,7 @@ const defaultModalStyle = {
left: '50%',
transform: 'translate(-50%, -50%)',
width: 1000,
bgcolor: 'background.paper',
bgcolor: 'rgba(13, 13, 13, 1)',
boxShadow: 24,
p: 4,
height: '50%',