Skip to content

Commit

Permalink
Merge pull request #44806 from nextcloud/chore/widget-primary-color
Browse files Browse the repository at this point in the history
chore(files): Switch widget to primary color
  • Loading branch information
Pytal authored Apr 16, 2024
2 parents de56ca0 + d532cb0 commit 9028137
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/files/src/views/ReferenceFileWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading

0 comments on commit 9028137

Please sign in to comment.