update cloud backup icon

This commit is contained in:
Neeraj Gupta 2022-09-02 10:33:11 +05:30
parent d686e4aba4
commit f6f812d5cc
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -268,9 +268,7 @@ class _OverlayWidgetState extends State<OverlayWidget> {
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(