I hard coded the values with ridiculous colors but the example is sound — You need to use the sx={{ }}in conjunction withstyle={{ }} You can use your theme constants in place of my hard coded values .. I would have gone further .. But, this is why We don’t use images of code
2
Answers
I hard coded the values with ridiculous colors but the example is sound — You need to use the
sx={{ }}
in conjunction withstyle={{ }}
You can use your theme constants in place of my hard coded values .. I would have gone further .. But, this is why We don’t use images of codeThe textColor of Tabs is taken from theme.palette.text.
You can update theme like this.