chore: Switch widget to primary color

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/44806/head
Christopher Ng 2 months ago
parent 10fc78a9ea
commit ccede9b2ad

@ -57,7 +57,7 @@
@click="navigate"> @click="navigate">
<span class="widget-file__image" :class="filePreviewClass" :style="filePreviewStyle"> <span class="widget-file__image" :class="filePreviewClass" :style="filePreviewStyle">
<template v-if="!previewUrl"> <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" /> <FileIcon v-else :size="88" />
</template> </template>
</span> </span>

Loading…
Cancel
Save