Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update icon for collect links (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashilkn authored Sep 18, 2023
2 parents 0c6a50c + 76f80e0 commit 12536ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/sharing/share_collection_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class _ShareCollectionPageState extends State<ShareCollectionPage> {
title: S.of(context).collectPhotos,
makeTextBold: true,
),
leadingIcon: Icons.link,
leadingIcon: Icons.download_sharp,
menuItemColor: getEnteColorScheme(context).fillFaint,
showOnlyLoadingState: true,
onTap: () async {
Expand Down

0 comments on commit 12536ab

Please sign in to comment.