mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 11:09:53 +08:00
fix: wrong unselected content color in NavigationBar
This commit is contained in:
@@ -355,7 +355,7 @@ internal object NavigationBarProperties {
|
||||
val BorderColor = AreaBoxProperties.BorderColor
|
||||
val IndicatorColor = ColorsDescriptor.ThemeTertiary
|
||||
val SelectedContentColor = ColorsDescriptor.ThemePrimary
|
||||
val UnselectedContentColor = ColorsDescriptor.TextSecondary
|
||||
val UnselectedContentColor = ColorsDescriptor.ThemeSecondary
|
||||
val Padding = AreaBoxProperties.Padding
|
||||
val Shape = AreaBoxProperties.Shape
|
||||
val BorderWidth = AreaBoxProperties.BorderWidth
|
||||
|
Reference in New Issue
Block a user