Currently working on a project using react and material-ui where I am looking to customize the styles of specific elements within components. An example is the ListItem component which includes primaryText, leftIcon among others, and my goal is to modify the style of these elements like primaryText or leftIcon, adjusting margins for instance.
Any suggestions on how I can achieve this customization?