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

pull/19453/head
Daimolean 2025-06-23 10:52:19 +07:00 committed by GitHub
parent a18c6fa910
commit 4cd633dc68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

@ -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}