Skip to content

Commit a430ca5

Browse files
committed
Fix BW theme
1 parent b72edf6 commit a430ca5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/ra-ui-materialui/src/theme/bwTheme.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,13 @@ const createBWTheme = (mode: 'light' | 'dark'): ThemeOptions => {
414414
},
415415
},
416416
},
417+
RaToolbar: {
418+
styleOverrides: {
419+
root: {
420+
backgroundColor: GREY,
421+
},
422+
},
423+
},
417424
},
418425
sidebar: {
419426
width: 195,

0 commit comments

Comments
 (0)