-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invisible filter icon #287
Comments
A simple fix is to do the same as We could change the file &[data-active] {
color: var(--mantine-primary-color-filled);
} But I'm not sure if that is the way you would want it to be fixed? |
What do you think? @KevinVandy happy to make that PR if you agree. |
Yep |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mantine-react-table version
2.0.0-beta.0
react & react-dom versions
18.2
Describe the bug and the steps to reproduce it
Filter icons are not visible due to
--ai-color: var(--mantine-color-white);
in light mode, due to inline styling in Mantine. It is visible in dark mode, but not with the wanted blue color--mantine-primary-color-filled
.Minimal, Reproducible Example - (Optional, but Recommended)
Screenshots or Videos (Optional)
Do you intend to try to help solve this bug with your own PR?
Maybe, I'll investigate and start debugging
Terms
The text was updated successfully, but these errors were encountered: