mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fixed cloud download button (#1726)
This commit is contained in:
@@ -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],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user