From c2ec9dbd0c6162a2c1e2e98c1d9d9aec0537eea5 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 4 Aug 2023 12:05:57 +0800 Subject: [PATCH] Set the line height for titles on library cards --- .../web/components/patterns/LibraryCards/LibraryCardStyles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx b/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx index 73a1c49ce..cd4fec66c 100644 --- a/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx +++ b/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx @@ -41,6 +41,7 @@ export const TitleStyle = { fontSize: '16px', fontWeight: '700', maxLines: 2, + lineHeight: 1.25, fontFamily: '$display', overflow: 'hidden', textOverflow: 'ellipsis',