mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
Adjust various styles
This commit is contained in:
@@ -28,7 +28,7 @@ interface TitleProps {
|
||||
const Title = ({ children }: TitleProps) => {
|
||||
return (
|
||||
<TextTitle
|
||||
order={2}
|
||||
order={1}
|
||||
overflow="hidden"
|
||||
weight={700}
|
||||
>
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user