Tagfield color change
Can I change the color forTagfield component for MUI.
Right now, I use the Tagfield component in this way:
<TagField value={compileStep.status.toLowerCase()} color="primary" />
Can I change the color into my self defined color based on RGB value?
Right now, I use the Tagfield component in this way:
<TagField value={compileStep.status.toLowerCase()} color="primary" />
Can I change the color into my self defined color based on RGB value?
