Component Override
Material UI components override inside the src/theme/components
directory.
Let's say you want to change the Mui Button component style in this file
theme/components/button.jsx
. The changes will be applied globally on the Mui Button component
_13├── theme/_13├ ├── components/_13├ ├ ├── accordion.jsx_13├ ├ ├── alert.jsx_13├ ├ ├── autocomplete.jsx_13├ ├ ├── avatar.jsx_13├ ├ ├── backdrop.jsx_13├ ├ ├── badge.jsx_13├ ├ ├── breadcrumbs.jsx_13├ ├ ├── button.jsx_13├ ├ ├── chip.jsx_13├ ├ ├── many more mui components_13├ ├ ├── index.jsx