...
Adding colours to components
Colours should not be added to the base theme, this is because the base theme should be as generic as possible for other themes to inherit from. Colours should be defined in each theme file, in both light and dark mode.
Find the CSS to target through the Material UI docs, or the CSS inspector
Add colour within relevant class
...