Merge pull request #456 from ente-io/change_upload_icon

update cloud backup icon
This commit is contained in:
Manav 2022-09-02 10:38:17 +05:30 committed by GitHub
commit 8aa745cbd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(