fix: wrong unselected content color in NavigationBar

This commit is contained in:
2024-01-10 23:36:07 +08:00
parent 8a4c779b63
commit 19f67163a1

View File

@@ -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