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

@ -44,7 +44,7 @@ class ControlBottomAppBar extends ConsumerWidget {
},
),
ControlBoxButton(
iconData: Icons.star_rounded,
iconData: Icons.favorite_border_rounded,
label: "control_bottom_app_bar_favorite".tr(),
onPressed: () {
onFavorite();