I'm currently using the react material UI slider and I'm trying to change the default blue color of the pointer to pink. I attempted to modify the thumb and finger within the withStyles object, but unfortunately, it didn't have the desired effect.
https://material-ui.com/components/slider/
https://i.sstatic.net/1UJoE.png
My goal is to customize the color of the pointer on the slider.