I am trying to use Mantine React Table library (https://www.mantine-react-table.com/docs/examples/basic) like below
library example
but the problem is that I already have some presets for Mantine. For example, you can see below that sort button turns out to be green unlike original library example.
my usage
What is the best way to make it so that it sticks to default styling just on this library table?
Thank you.
For now, I have tried getting class name of components inside the library table and manually turn off presets inside css file.