diff options
author | zeroinformatique | 2022-10-25 01:17:20 +0200 |
---|---|---|
committer | GitHub | 2022-10-25 01:17:20 +0200 |
commit | 6c1753ead0910cd892657841970287544d36bc7a (patch) | |
tree | b355743480955eb1de4fc84cd53e48776f924983 /viewer/src/views/ItemThumbnail.vue | |
parent | 948d712ffda410ae46e0a2583812a87ad47b38a5 (diff) | |
parent | c03a7e37288433dcc99ddb419e49df06a1eee576 (diff) | |
download | ldgallery-6c1753ead0910cd892657841970287544d36bc7a.tar.gz |
Merge pull request #324 from ldgallery/oz-fix-audio-item-color
viewer: wrong colour for icon and title for audio items
Diffstat (limited to 'viewer/src/views/ItemThumbnail.vue')
-rw-r--r-- | viewer/src/views/ItemThumbnail.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/views/ItemThumbnail.vue b/viewer/src/views/ItemThumbnail.vue index 1c9e206..bf33043 100644 --- a/viewer/src/views/ItemThumbnail.vue +++ b/viewer/src/views/ItemThumbnail.vue | |||
@@ -40,7 +40,7 @@ | |||
40 | size="4x" | 40 | size="4x" |
41 | /> | 41 | /> |
42 | </div> | 42 | </div> |
43 | {{ item.title }} | 43 | <div v-text="item.title" /> |
44 | </div> | 44 | </div> |
45 | </div> | 45 | </div> |
46 | </template> | 46 | </template> |