Skip to content

Commit

Permalink
Increase selector specificity and remove !important (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arctenik committed Nov 3, 2022
1 parent b215c37 commit a1ff3c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const NavLinkMenu = styled(Menu)`
border-color: ${({ theme }) => theme.palette.smoke.main};
}
.MuiListItemIcon-root {
min-width: 24px !important;
& .MuiListItemIcon-root {
min-width: 24px;
}
`;

0 comments on commit a1ff3c0

Please sign in to comment.