Browse Source

fixed cloud download button (#1726)

martyfuhry 2 years ago
parent
commit
74cd3d66c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mobile/lib/modules/asset_viewer/ui/top_control_app_bar.dart

+ 1 - 1
mobile/lib/modules/asset_viewer/ui/top_control_app_bar.dart

@@ -85,7 +85,7 @@ class TopControlAppBar extends HookConsumerWidget {
             splashRadius: iconSize,
             onPressed: onDownloadPressed,
             icon: Icon(
-              Icons.cloud_download_rounded,
+              Icons.cloud_download_outlined,
               color: Colors.grey[200],
             ),
           ),