mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
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…
Add table
Add a link
Reference in a new issue