Fix typo
This commit is contained in:
parent
811527e789
commit
963a19239a
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ fun RowScope.NavigationBarItem(
|
||||||
enabled: Boolean = true,
|
enabled: Boolean = true,
|
||||||
label: @Composable (() -> Unit)? = null,
|
label: @Composable (() -> Unit)? = null,
|
||||||
alwaysShowLabel: Boolean = true,
|
alwaysShowLabel: Boolean = true,
|
||||||
colors: NavigationBarItemColors = ElementNavigationBarItemDefaultsDefaults.colors(),
|
colors: NavigationBarItemColors = ElementNavigationBarItemDefaults.colors(),
|
||||||
interactionSource: MutableInteractionSource? = null
|
interactionSource: MutableInteractionSource? = null
|
||||||
) {
|
) {
|
||||||
NavigationBarItem(
|
NavigationBarItem(
|
||||||
|
|
@ -42,7 +42,7 @@ fun RowScope.NavigationBarItem(
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
object ElementNavigationBarItemDefaultsDefaults {
|
object ElementNavigationBarItemDefaults {
|
||||||
@Composable
|
@Composable
|
||||||
fun colors() = NavigationBarItemDefaults.colors().copy(
|
fun colors() = NavigationBarItemDefaults.colors().copy(
|
||||||
selectedIconColor = ElementTheme.colors.iconPrimary,
|
selectedIconColor = ElementTheme.colors.iconPrimary,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue