Closed Fabio-Morais closed 1 year ago
Hi, @Fabio-Morais. You should take a look on the props section. There is a prop called classes
which might be used for setting custom css classes for this roulette.
Example:
<RoulettePro
prizes={prizeList}
prizeIndex={prizeIndex}
start={start}
onPrizeDefined={handlePrizeDefined}
classes={{
wrapper: 'my-custom-css-class-for-the-roulette-wrapper',
}}
/>
I'm closing this due to no activity. If you have questions feel free to open a new issue.
How could I change the background color? There is some example for that?