From 92cdae82d73656e31cdf366baf0d8411f8e68530 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 10 Feb 2026 13:51:33 +0100 Subject: [PATCH] Fix vertical text color --- front/src/components/items/item-list.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/front/src/components/items/item-list.tsx b/front/src/components/items/item-list.tsx index 2a0172f5..f751e1cb 100644 --- a/front/src/components/items/item-list.tsx +++ b/front/src/components/items/item-list.tsx @@ -64,7 +64,7 @@ export const ItemList = ({ @@ -87,7 +87,9 @@ export const ItemList = ({ /> )} - {subtitle &&

{subtitle}

} + {subtitle && ( +

{subtitle}

+ )}