fixed cloud download button (#1726)
This commit is contained in:
parent
e6f9d9a31a
commit
74cd3d66c6
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue