@mantine/core Slider thumb children have incorrect color when using dark theme
ZFudge opened this issue · 1 comments
ZFudge commented
Dependencies check up
- I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.14.3
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
All
Describe the bug
The thumb children of the Slider component blend in with the thumb background color when using mantine dark theme. To reproduce, navigate to https://mantine.dev/core/slider/#thumb-children and enable mantine dark theme in upper-right corner.
Working as expected in light theme.
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
- I would be willing to implement a fix for this issue