MUI Overrides

Overrides the components of the MUI in the directory src/theme/overrides


src
  ├── theme/overrides
    ├── default-props.js
    ├── components
      ├── accordion.js
      ├── alert.js
      ├── autocomplete.js
      ├── avatar.js
      ├── backdrop.js
      ├── ...
...

Before Overrides (MUI theme)

Before overrides

After Overrides (Minimal theme)

After overrides

The change will apply globally for MUI component.

This helps you to deeply customize your style, to suit your design.