From 40a0897be0e8834633f18b98f56ae117447236d2 Mon Sep 17 00:00:00 2001 From: Zéro~Informatique Date: Mon, 5 Sep 2022 07:25:10 +0200 Subject: viewer: wrong colour for icon and title for audio items github: closes #323 --- viewer/src/views/ItemThumbnail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'viewer') diff --git a/viewer/src/views/ItemThumbnail.vue b/viewer/src/views/ItemThumbnail.vue index 1c9e206..c512004 100644 --- a/viewer/src/views/ItemThumbnail.vue +++ b/viewer/src/views/ItemThumbnail.vue @@ -40,7 +40,7 @@ size="4x" /> - {{ item.title }} +
@@ -74,6 +74,7 @@ const icon = computed(() => navigation.getIcon(props.item)); @import "~@/assets/scss/theme"; .thumbnailOther { + color: $text-light; width: $thumbnail-other-size; height: $thumbnail-other-size; padding-top: $body-line-height * 1em; -- cgit v1.2.3