mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04:00
fixed cloud download button (#1726)
This commit is contained in:
parent
e6f9d9a31a
commit
74cd3d66c6
@ -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…
x
Reference in New Issue
Block a user