Adjust various styles

This commit is contained in:
jeffvli 2023-01-30 01:36:36 -08:00
parent 2700774469
commit 5ddd0872ef
22 changed files with 54 additions and 48 deletions

View file

@ -28,7 +28,7 @@ interface TitleProps {
const Title = ({ children }: TitleProps) => {
return (
<TextTitle
order={2}
order={1}
overflow="hidden"
weight={700}
>

View file

@ -142,8 +142,9 @@ export const LibraryHeader = forwardRef(
</Text>
</Group>
<TextTitle
lh="5rem"
lh="5.1rem"
lineClamp={2}
mb="1rem"
overflow="hidden"
sx={{ fontSize: titleSize, overflow: 'hidden' }}
weight={900}