react-custom-roulette icon indicating copy to clipboard operation
react-custom-roulette copied to clipboard

Change the pointer color

Open fernandofantinel opened this issue 5 months ago • 1 comments

How can I change the pointer color? I have tried the below props, but it didn't work.

pointerProps={{
  style: {
    caretColor: "white",
  },
}}

fernandofantinel avatar Sep 25 '24 03:09 fernandofantinel