Tagfield component color change
Can I change the color forTagfield component for MUI.
Right now, I use the Tagfield component in this way:
<TagField value={row?.status.toLowerCase()} />
Right now, I use the Tagfield component in this way:
<TagField value={row?.status.toLowerCase()} />
