merttoptas/BaseApp-Jetpack-Compose-Android-Kotlin

The text color of BottomNavigationItem is abnormal

Closed this issue · 1 comments

When other items are not selected, it should be grayed out
Screenshot_20230305-131200

Consider adding color = if (selected) primary else secondary
2023-03-05_131108
Screenshot_20230305-131135

da53dca fixed, thank you.