We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2243ac commit 92bc058Copy full SHA for 92bc058
contentcuration/contentcuration/frontend/shared/views/files/Thumbnail.vue
@@ -45,12 +45,16 @@
45
v-else-if="printing"
46
class="printable-icon"
47
>
48
- <VIconWrapper
+ <!-- <VIconWrapper
49
:color="$vuetify.theme[kind]"
50
capture-as-image
51
52
{{ icon }}
53
- </VIconWrapper>
+ </VIconWrapper> -->
54
+ <KIcon
55
+ class="icon-thumbnail"
56
+ :icon="icon"
57
+ />
58
</div>
59
60
<!-- Bury icon within SVG so it's more responsive, since font-size scaling is more difficult -->
0 commit comments