From bd91e466fdb30e44249c87be67a650d5baa1e8b3 Mon Sep 17 00:00:00 2001 From: mikiher Date: Thu, 20 Mar 2025 12:33:33 +0200 Subject: [PATCH] Don't use constructed tailwind classes in libraryIcon --- client/components/tables/library/LibraryItem.vue | 2 +- client/components/ui/LibraryIcon.vue | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/client/components/tables/library/LibraryItem.vue b/client/components/tables/library/LibraryItem.vue index 3b9d6fa0..7073f43a 100644 --- a/client/components/tables/library/LibraryItem.vue +++ b/client/components/tables/library/LibraryItem.vue @@ -1,7 +1,7 @@