浏览代码

fixed cloud download button (#1726)

martyfuhry 2 年之前
父节点
当前提交
74cd3d66c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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],
             ),
           ),