-
I have been curious from some time that what's the best or at least good enough approach to overwrite styles for third party components. Those components have certain classes attached and I have to overwrite those classes in-order to customize them. And I'm using PS: I have also tried using |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
You could consider:
|
Beta Was this translation helpful? Give feedback.
-
But I'm talking about overwriting styles for already defined classes by the components |
Beta Was this translation helpful? Give feedback.
-
@wongjn Can you tell me what can do about that. |
Beta Was this translation helpful? Give feedback.
You could consider:
theme()
in CSS.