mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web): download icon color (#19427)
This commit is contained in:
parent
a18c6fa910
commit
4cd633dc68
1 changed files with 2 additions and 1 deletions
|
|
@ -23,8 +23,9 @@
|
|||
|
||||
{#if !menuItem}
|
||||
<IconButton
|
||||
color="primary"
|
||||
color="secondary"
|
||||
shape="round"
|
||||
variant="ghost"
|
||||
icon={mdiFolderDownloadOutline}
|
||||
aria-label={$t('download')}
|
||||
onclick={onDownloadFile}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue