Skip to content

Commit

Permalink
QA fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilan committed Jun 21, 2024
1 parent eb60b18 commit 0586922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/react-ui/src/components/molecules/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ const StyledMenuItem = styled(MuiMenuItem, {
},
'&.Mui-selected .MuiListItemIcon-root svg path': {
fill: theme.palette.primary.main
},
'.MuiAutocomplete-listbox &[aria-selected="true"] svg path': {
fill: theme.palette.primary.main
}
}),
...(destructive && {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/src/theme/sections/components/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ export const formsOverrides = {
'.MuiButtonBase-root + .MuiDivider-root': {
display: 'block'
},
'.MuiMenuItem-root': {
'.MuiMenuItem-root:first-of-type': {
marginTop: theme.spacing(1)
}
})
Expand Down

0 comments on commit 0586922

Please sign in to comment.