Setting priority between MUI System Props and Styled Components – Reactjs
When using Styled Components with MUI System Props I found that the styled component styling takes precedence, for example in the snippet below the box would render with justify content set as space-around: const CustomBox = styled(Box)(() => ({ display:…