DEV Community

Discussion on: Material UI 5 - the easiest way to migrate from makeStyles to emotion

Collapse
 
atonchev profile image
a-tonchev • Edited

Acutally you can just use 'primary.main' for color:

  <Container sx={{ bgcolor: 'primary.main', }}>
     ...
  </Container>
Enter fullscreen mode Exit fullscreen mode