Merge pull request #44806 from nextcloud/chore/widget-primary-color

chore(files): Switch widget to primary color
This commit is contained in:
Pytal 2024-04-16 03:19:13 -07:00 committed by GitHub
commit 90281375a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
@click="navigate">
<span class="widget-file__image" :class="filePreviewClass" :style="filePreviewStyle">
<template v-if="!previewUrl">
<FolderIcon v-if="isFolder" :size="88" />
<FolderIcon v-if="isFolder" :size="88" fill-color="var(--color-primary-element)" />
<FileIcon v-else :size="88" />
</template>
</span>

Binary file not shown.

Binary file not shown.