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>
|
</Group>
|
||||||
<TextTitle
|
<TextTitle
|
||||||
fw="900"
|
fw="900"
|
||||||
lh="1"
|
lh="1.12"
|
||||||
lineClamp={2}
|
lineClamp={2}
|
||||||
mt=".08em"
|
|
||||||
overflow="hidden"
|
overflow="hidden"
|
||||||
|
pb=".06em"
|
||||||
sx={{ fontSize: titleSize, overflow: 'hidden' }}
|
sx={{ fontSize: titleSize, overflow: 'hidden' }}
|
||||||
>
|
>
|
||||||
{title}
|
{title}
|
||||||
|
|
Reference in a new issue