Jelajahi Sumber

fixed cloud download button (#1726)

martyfuhry 2 tahun lalu
induk
melakukan
74cd3d66c6

+ 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],
             ),
           ),