mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 12:17:02 +05:30
android: consistently use outlined icons
This commit is contained in:
parent
c06c325230
commit
c64e1c8f38
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ fun LobstersApp(
|
||||||
NavigationItem(
|
NavigationItem(
|
||||||
label = "Saved",
|
label = "Saved",
|
||||||
route = Destinations.Saved.getRoute(),
|
route = Destinations.Saved.getRoute(),
|
||||||
icon = ClawIcons.Heart,
|
icon = ClawIcons.HeartBorder,
|
||||||
) { coroutineScope.launch { savedListState.animateScrollToItem(index = 0) } },
|
) { coroutineScope.launch { savedListState.animateScrollToItem(index = 0) } },
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue