1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-22 04:28:11 +02:00

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
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();