mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-08 20:29:05 +00:00
chore(web/mobile): use Heart Icon & small icon changes (#2397)
This commit is contained in:
@@ -35,7 +35,7 @@ class TopControlAppBar extends HookConsumerWidget {
|
||||
onFavorite();
|
||||
},
|
||||
icon: Icon(
|
||||
isFavorite ? Icons.star : Icons.star_border,
|
||||
isFavorite ? Icons.favorite : Icons.favorite_border,
|
||||
color: Colors.grey[200],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user