how to override material ui css

Solutions on MaxInterview for how to override material ui css by the best coders in the world

showing results for - "how to override material ui css"
Paolo
20 Nov 2020
1
2You can use these methods for overriding CSS/styling in Material UI:
3  1) StylesProvider
4  2) ThemeProvider
5  2) withStyles
6  4) useStyles
7
8Refer to this site for more informaiton:
9	https://blog.bitsrc.io/4-ways-to-override-material-ui-styles-43aee2348ded
10