diff --git a/lib/ui/viewer/gallery/gallery_overlay_widget.dart b/lib/ui/viewer/gallery/gallery_overlay_widget.dart index 9970022a4..4abeb0d53 100644 --- a/lib/ui/viewer/gallery/gallery_overlay_widget.dart +++ b/lib/ui/viewer/gallery/gallery_overlay_widget.dart @@ -268,9 +268,7 @@ class _OverlayWidgetState extends State { if (widget.type == GalleryType.localFolder || widget.type == GalleryType.localAll) { msg = "Upload"; - iconData = Platform.isAndroid - ? Icons.cloud_upload - : CupertinoIcons.cloud_upload; + iconData = Icons.cloud_upload_outlined; } actions.add( Tooltip(