From ae720d6bb468737e6ec45e0d691fc7bb83a60720 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 3 Sep 2025 15:14:36 +0200 Subject: [PATCH] fix: height for list items --- components/list/ListItem.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/components/list/ListItem.tsx b/components/list/ListItem.tsx index f0880752..7ce33986 100644 --- a/components/list/ListItem.tsx +++ b/components/list/ListItem.tsx @@ -34,7 +34,7 @@ export const ListItem: React.FC> = ({ > = ({ ); return ( {subtitle && ( - + {subtitle} )}