If I set `backgroundColor` of `BottomNavigation` t...
# compose
c
If I set
backgroundColor
of
BottomNavigation
to Color.Red, it turns Red. If I set
backgroundColor
of
BottomNavigation
to Color.Black, it turns Grey. Why and how do I make it black?
k
Possibly it's adding alpha to the color.
a
Probably because of elevation overlay.