Chip number 3 in the image below appears with a slightly darker background color when clicked, but this change is unnecessary as only the delete button has functionality. Therefore, the change in color serves no purpose.
How do I prevent the background color from changing when a user clicks on the Chip?
I believe that custom styling needs to be implemented through React. When inspecting the element in devtools and setting it to ':active', there was no change in color, indicating that it may not be truly ':active' from a CSS standpoint. Since all styling is derived from React and Material UI library, applying custom styling within the React Component should resolve this issue.