mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-06 11:15:53 +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…
Reference in a new issue