Global overrides MUI components

Overrides the components of the MUI in the directory src/theme/core/components.

For version v5.


src
  ├── theme/core/components
    ├── accordion.jsx
    ├── alert.jsx
    ├── appbar.jsx
    ├── ...
...

Before Overrides (MUI theme)

After Overrides (Minimal theme)


The change will apply globally for MUI component.

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