Carousel
Carousel copied to clipboard
Vertical bar is reversed in RTL
Hi Thanks for the library, it's really neat and good.
I noticed that the vertical bars are reversed in RTL, meaning they start scrolling from the bottom to top. Could you please have a look and fix the issue? Thanks
I used this code:
Carousel(
colors = CarouselDefaults.colors(
scrollingThumbColor = MaterialTheme.colorScheme.tertiary,
thumbColor = MaterialTheme.colorScheme.tertiary,
scrollingBackgroundColor = Color.Transparent,
backgroundColor = Color.Transparent
),
state = state,
modifier = Modifier
.padding(5.dp)
.width(3.dp)
.fillMaxHeight()
.align(CenterEnd)
)