android: consistently use outlined icons

This commit is contained in:
Harsh Shandilya 2022-04-24 20:55:12 +05:30
parent c06c325230
commit c64e1c8f38
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -96,7 +96,7 @@ fun LobstersApp(
NavigationItem(
label = "Saved",
route = Destinations.Saved.getRoute(),
icon = ClawIcons.Heart,
icon = ClawIcons.HeartBorder,
) { coroutineScope.launch { savedListState.animateScrollToItem(index = 0) } },
)