chore: Switch widget to primary color

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/44806/head
Christopher Ng 2024-04-15 10:58:51 +07:00
parent 10fc78a9ea
commit ccede9b2ad
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>