Is there a way to change the background color of `...
# compose
l
Is there a way to change the background color of
ScrollableTabRow
? I have used the
backgroundColor
with different colors but it doesn't seem to change.
Copy code
ScrollableTabRow(backgroundColor = Color.Transparent){}