Is there a way to customize the MuiBox-root style for my entire application? I came across the official documentation that suggests identifying the specific class:
https://i.sstatic.net/AtowH.png
It also mentions various things that can be overridden, like this:
https://i.sstatic.net/YyzaM.png
However, when I attempt to override it using these instructions, it simply removes the styling. Can someone point out what might be going wrong in my approach?