Adjust title line height to better fit
This commit is contained in:
parent
715ee0fa3f
commit
888bab50c9
1 changed files with 2 additions and 2 deletions
|
@ -143,10 +143,10 @@ export const LibraryHeader = forwardRef(
|
|||
</Group>
|
||||
<TextTitle
|
||||
fw="900"
|
||||
lh="1"
|
||||
lh="1.12"
|
||||
lineClamp={2}
|
||||
mt=".08em"
|
||||
overflow="hidden"
|
||||
pb=".06em"
|
||||
sx={{ fontSize: titleSize, overflow: 'hidden' }}
|
||||
>
|
||||
{title}
|
||||
|
|
Reference in a new issue