Struggling with a React application that incorporates material-ui. Despite my efforts, I can't seem to get rid of an unwanted grey background in one section of the app.
Attempted solutions:
body {
background-color: #ffffff !important;
}
* {
background-color: #ffffff !important;
}
The main container stubbornly remains grey no matter what I do. I've combed through both my app and all CSS files searching for this elusive background-color property without success...the source of this issue continues to evade me.
https://i.stack.imgur.com/14j6W.png https://i.stack.imgur.com/nLb2D.png