Open mouazdk opened 1 year ago
Hi @mouazdk ! Are you talking about the IndicatorsButtons ?
If so, you can style them using the following props :
<Carousel
/* Inactiv */
indicatorIconButtonProps={{
style: {
color: "#53dc17",
},
}}
/* Active */
activeIndicatorIconButtonProps={{
style: {
color: "#FF0000",
},
}}
>
{content}
</Carousel>
Result :
How can I change nav icons style when its in inactive status inside the tag?