How to Change Colors
Most of the time very first thing you want to do is change the colors of the project. You can do that by overriding the color palette of the project. In this case, you can refer this guide.
You can easily override any color like primary, secondary, info, warning, success, error or any other.
Also consider reading official MUI docs on how to customize MUI palette and please refer reading experimental_extendTheme as we are using MUI's experimental_extendTheme
and experimental_extendTheme
API that extends the default theme.