chore(web/mobile): use Heart Icon & small icon changes (#2397)

This commit is contained in:
Steffen Auer 2023-05-08 21:01:39 +02:00 committed by GitHub
parent b5a4aef829
commit 861de7f8b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 34 additions and 27 deletions

View file

@ -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],
),
);