mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
chore: Switch widget to primary color
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit ccede9b2ad)
This commit is contained in:
parent
50f11fa75d
commit
aa4a1c17a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue