I implemented an MUI-DATABLE and I would like to style it but I don't know-how.
What I want to style is the bubbles that appear when you use filters and on top of the table
as per the screenshot are gray and I would like to have the power to style them with my design
A solution could be to be very specific with your selectors in your CSS. This would be something like:
As a tip, you can use the inspector in Google Chrome, select the bubbles in the tree structure (HTML), and copy the selector.
General reading about specificity in CSS can be found in https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity