Merge pull request #44846 from nextcloud/backport/44806/stable29

This commit is contained in:
Benjamin Gaussorgues 2024-04-17 10:03:41 +02:00 committed by GitHub
commit 66579b1fdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long