Currently, I am utilizing react-table
and wanting to implement CSS rules for the class rt-td
, which is not accessible or adjustable through their API functionalities.
In traditional CSS practice, I could easily override the CSS class within my stylesheet. However, how can this be achieved with styled components? I have heard conflicting opinions that it may be considered an anti-pattern, but are there other recommended alternatives?