You've already forked immich
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:
@ -23,8 +23,9 @@
|
|||||||
|
|
||||||
{#if !menuItem}
|
{#if !menuItem}
|
||||||
<IconButton
|
<IconButton
|
||||||
color="primary"
|
color="secondary"
|
||||||
shape="round"
|
shape="round"
|
||||||
|
variant="ghost"
|
||||||
icon={mdiFolderDownloadOutline}
|
icon={mdiFolderDownloadOutline}
|
||||||
aria-label={$t('download')}
|
aria-label={$t('download')}
|
||||||
onclick={onDownloadFile}
|
onclick={onDownloadFile}
|
||||||
|
Reference in New Issue
Block a user