react-custom-roulette
react-custom-roulette copied to clipboard
Change the pointer color
How can I change the pointer color? I have tried the below props, but it didn't work.
pointerProps={{
style: {
caretColor: "white",
},
}}