mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 11:34:18 +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 BorderColor = AreaBoxProperties.BorderColor
|
||||||
val IndicatorColor = ColorsDescriptor.ThemeTertiary
|
val IndicatorColor = ColorsDescriptor.ThemeTertiary
|
||||||
val SelectedContentColor = ColorsDescriptor.ThemePrimary
|
val SelectedContentColor = ColorsDescriptor.ThemePrimary
|
||||||
val UnselectedContentColor = ColorsDescriptor.TextSecondary
|
val UnselectedContentColor = ColorsDescriptor.ThemeSecondary
|
||||||
val Padding = AreaBoxProperties.Padding
|
val Padding = AreaBoxProperties.Padding
|
||||||
val Shape = AreaBoxProperties.Shape
|
val Shape = AreaBoxProperties.Shape
|
||||||
val BorderWidth = AreaBoxProperties.BorderWidth
|
val BorderWidth = AreaBoxProperties.BorderWidth
|
||||||
|
Reference in New Issue
Block a user