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 2d66154 commit 88374b6Copy full SHA for 88374b6
packages/ra-ui-materialui/src/layout/MenuItemLink.tsx
@@ -219,6 +219,8 @@ const StyledMenuItem = styled(MenuItem, {
219
overridesResolver: (props, styles) => styles.root,
220
})(({ theme }) => ({
221
color: (theme.vars || theme).palette.text.secondary,
222
+ justifyContent: 'space-between',
223
+ gap: theme.spacing(1),
224
225
[`&.${MenuItemLinkClasses.active}`]: {
226
color: (theme.vars || theme).palette.text.primary,
0 commit comments