Skip to content

Commit 8d544ac

Browse files
committed
[themes] Fix menu icon padding
1 parent 91258c8 commit 8d544ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ const createBWTheme = (mode: 'light' | 'dark'): RaThemeOptions => {
348348
'&.RaMenuItemLink-active': {
349349
backgroundColor: GREY,
350350
},
351+
'& .RaMenuItemLink-icon': {
352+
minWidth: 30,
353+
},
351354
},
352355
},
353356
},

0 commit comments

Comments
 (0)