fixed cloud download button (#1726)

This commit is contained in:
martyfuhry 2023-02-10 13:01:58 -05:00 committed by GitHub
parent e6f9d9a31a
commit 74cd3d66c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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