How to change default text color #102
Unanswered
PazminoJose
asked this question in
Q&A
Replies: 1 comment
-
Usually you have to target specific CSS classes within the https://mantine.dev/styles/styles-api/ You can also change styles and colors globaly in the Mantine Theme provider. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to change the text color of the table head cell but the default color takes priority over the color i set, i tried with the sx property and with tailwind but it doesn´t work, I´ll like to change it because I set a green background for the table head and a white label looks better.
I tried to set the color like this
But the result its the same
this happen with the filter input too
Beta Was this translation helpful? Give feedback.
All reactions