Set the line height for titles on library cards

This commit is contained in:
Jackson Harper 2023-08-04 12:05:57 +08:00
parent 4c1ec9f841
commit c2ec9dbd0c

View file

@ -41,6 +41,7 @@ export const TitleStyle = {
fontSize: '16px',
fontWeight: '700',
maxLines: 2,
lineHeight: 1.25,
fontFamily: '$display',
overflow: 'hidden',
textOverflow: 'ellipsis',