Just use NavigationRow instead of IconRow.

This commit is contained in:
KotlinGeekDev
2024-10-31 16:58:36 +01:00
parent 63654b742a
commit ee8148ae50
@@ -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(