Using a Material UI component, I added a custom class to my chip.
Attached is a screenshot showing what I mean.
Currently, I am attempting to change the color of the cross button to white.
After inspecting the element, I discovered that it is an SVG icon.
In my App.css
file, I attempted to set all SVG icons to white like this:
svg{ color:white }
However, the cross button continues to appear in black despite my efforts.