fix(ui): NavigationBar text color
This commit is contained in:
parent
92f994f069
commit
57c1d3a5b7
@ -83,7 +83,9 @@ fun FilterBar(
|
||||
colors = NavigationBarItemDefaults.colors(
|
||||
indicatorColor = indicatorColor,
|
||||
unselectedIconColor = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
selectedIconColor = MaterialTheme.colorScheme.contentColorFor(indicatorColor)
|
||||
selectedIconColor = MaterialTheme.colorScheme.contentColorFor(indicatorColor),
|
||||
unselectedTextColor = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
selectedTextColor = MaterialTheme.colorScheme.onSurface
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user