mirror of
https://github.com/immich-app/immich.git
synced 2025-11-12 15:42:38 +09:00
chore(web/mobile): use Heart Icon & small icon changes (#2397)
This commit is contained in:
@@ -135,7 +135,7 @@ class ThumbnailImage extends HookConsumerWidget {
|
||||
left: 10,
|
||||
bottom: 5,
|
||||
child: Icon(
|
||||
Icons.star,
|
||||
Icons.favorite,
|
||||
color: Colors.white,
|
||||
size: 18,
|
||||
),
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user