mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +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(
|
||||
label = "Saved",
|
||||
route = Destinations.Saved.getRoute(),
|
||||
icon = ClawIcons.Heart,
|
||||
icon = ClawIcons.HeartBorder,
|
||||
) { coroutineScope.launch { savedListState.animateScrollToItem(index = 0) } },
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue