mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Adjust various styles
This commit is contained in:
parent
2700774469
commit
5ddd0872ef
22 changed files with 54 additions and 48 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue