Trying to grasp the concept of MUI theming. There is a section dedicated to theming where it mentions the ability to change the theme. My query is:
- Within the primary color, there are three colors that can be defined:
main
,dark
, andlight
. I'm unsure about what thelight
color property insideprimary
does.
This link showcases the colors used by MUI:
https://mui.com/material-ui/customization/default-theme/
. If you look under palette > primary
, you'll find the light
color property, but its application or purpose remains unclear. I attempted to use it on a button
, but the color didn't show up in any button states (hover, active).
NOTE: This doesn't seem to be related to dark and light themes.