I've noticed a strange styling issue in my code. It seems to be related to a class called
.css-18bsee0-MuiPaper-root-MuiCard-root
, possibly from MUI's Card or MUI's Paper components. However, I can't find it in my own code.
While trying to override the background with a gradient effect, I noticed that the color didn't match despite using the same hex code ('#424242'). This issue appears in all Card Components, even those that haven't been modified with my gradient.
Could this styling have been triggered somewhere unintentionally? My theme looks fine otherwise.
Any suggestions on how to remove this unexpected styling or incorporate it into my own gradient effect?
Here is a screenshot from Firefox dev tools for reference: https://i.sstatic.net/v3mzD.png