Overrides
We have overridden many MUI components and those style will be applied globally.
Customize MUI Component style
We have provided a central location to override any default style of any component. All the overrides' styles exist in src\themes\compStyleOverride.jsx
compStyleOverride.js
You can add default property for any MUI component, and it will be applied everywhere. We emitted lines to view it better in the above code block, but you can see many controls' styles override in the same file. Feel free to change it as per your need.
Last updated