We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b025e2c commit 2c13a66Copy full SHA for 2c13a66
packages/ra-ui-materialui/src/theme/bwTheme.ts
@@ -327,6 +327,15 @@ const createBWTheme = (mode: 'light' | 'dark'): RaThemeOptions => {
327
variant: 'outlined' as const,
328
},
329
330
+ MuiDialog: {
331
+ styleOverrides: {
332
+ backdrop: {
333
+ backgroundColor: isDarkMode
334
+ ? 'rgb(0,0,0,0.8)'
335
+ : 'rgb(0,0,0,0.5)',
336
+ },
337
338
339
RaSimpleFormIterator: {
340
defaultProps: {
341
fullWidth: true,
0 commit comments