mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
increase library headerbar title size
This commit is contained in:
@@ -87,7 +87,7 @@ const HeaderPlayButton = ({
|
|||||||
|
|
||||||
const Title = ({ children }: TitleProps) => {
|
const Title = ({ children }: TitleProps) => {
|
||||||
return (
|
return (
|
||||||
<TextTitle fw={700} order={2} overflow="hidden">
|
<TextTitle fw={700} order={1} overflow="hidden">
|
||||||
{children}
|
{children}
|
||||||
</TextTitle>
|
</TextTitle>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user