1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

fix(web): download icon color (#19427)

This commit is contained in:
Daimolean
2025-06-23 10:52:19 +08:00
committed by GitHub
parent a18c6fa910
commit 4cd633dc68

View File

@ -23,8 +23,9 @@
{#if !menuItem}
<IconButton
color="primary"
color="secondary"
shape="round"
variant="ghost"
icon={mdiFolderDownloadOutline}
aria-label={$t('download')}
onclick={onDownloadFile}