diff --git a/app/lib/dialogs/elements.dart b/app/lib/dialogs/elements.dart index 67d9025d64fe..d7494f027f88 100644 --- a/app/lib/dialogs/elements.dart +++ b/app/lib/dialogs/elements.dart @@ -67,7 +67,7 @@ ContextMenuBuilder buildElementsContextMenu( label: AppLocalizations.of(context).copy, ), ContextMenuItem( - icon: const PhosphorIcon(PhosphorIconsLight.copy), + icon: const PhosphorIcon(PhosphorIconsLight.copySimple), onPressed: () async { Navigator.of(context).pop(true); final document = state.data; diff --git a/fastlane/metadata/android/en-US/changelogs/84.txt b/fastlane/metadata/android/en-US/changelogs/84.txt index 0b94465ea972..cdfcc87627f8 100644 --- a/fastlane/metadata/android/en-US/changelogs/84.txt +++ b/fastlane/metadata/android/en-US/changelogs/84.txt @@ -1,3 +1,4 @@ +* Change duplicate icon to have a difference to copy icon ([#552](https://github.com/LinwoodDev/Butterfly/issues/552)) * Improve responsiveness of dialogs on mobile devices ([#550](https://github.com/LinwoodDev/Butterfly/issues/550)) View all changes in the blog: https://linwood.dev/butterfly/2.0.0-rc.3 \ No newline at end of file