Just use NavigationRow instead of IconRow.
This commit is contained in:
@@ -455,11 +455,12 @@ fun ListContent(
|
|||||||
route = route,
|
route = route,
|
||||||
)
|
)
|
||||||
|
|
||||||
IconRow(
|
NavigationRow(
|
||||||
title = stringRes(Route.Lists.contentDescriptor),
|
title = stringRes(Route.Lists.contentDescriptor),
|
||||||
icon = Route.Lists.icon,
|
icon = Route.Lists.icon,
|
||||||
tint = MaterialTheme.colorScheme.onBackground,
|
tint = MaterialTheme.colorScheme.onBackground,
|
||||||
onClick = { /*TODO*/ },
|
nav = nav,
|
||||||
|
route = Route.Lists.route,
|
||||||
)
|
)
|
||||||
|
|
||||||
NavigationRow(
|
NavigationRow(
|
||||||
|
|||||||
Reference in New Issue
Block a user