Skip to content

Commit 92bc058

Browse files
committed
migrate the print icon to KIcon
1 parent d2243ac commit 92bc058

File tree

1 file changed

+6
-2
lines changed
  • contentcuration/contentcuration/frontend/shared/views/files

1 file changed

+6
-2
lines changed

contentcuration/contentcuration/frontend/shared/views/files/Thumbnail.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,16 @@
4545
v-else-if="printing"
4646
class="printable-icon"
4747
>
48-
<VIconWrapper
48+
<!-- <VIconWrapper
4949
:color="$vuetify.theme[kind]"
5050
capture-as-image
5151
>
5252
{{ icon }}
53-
</VIconWrapper>
53+
</VIconWrapper> -->
54+
<KIcon
55+
class="icon-thumbnail"
56+
:icon="icon"
57+
/>
5458
</div>
5559

5660
<!-- Bury icon within SVG so it's more responsive, since font-size scaling is more difficult -->

0 commit comments

Comments
 (0)