adjust site title and title spacing
This commit is contained in:
parent
699cc5379e
commit
053487da74
@ -82,7 +82,7 @@ export const Header: React.FC<{ title: string }> = ({ title }) => {
|
|||||||
color="#FBFBFB"
|
color="#FBFBFB"
|
||||||
sx={{ height: "75%", alignSelf: "center" }}
|
sx={{ height: "75%", alignSelf: "center" }}
|
||||||
/>
|
/>
|
||||||
<Typography variant="h5">{title}</Typography>
|
<Typography variant="h5" sx={{ paddingLeft: 1}}>{title}</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -113,7 +113,7 @@ root.render(
|
|||||||
<NavigationContainer
|
<NavigationContainer
|
||||||
linking={linking}
|
linking={linking}
|
||||||
documentTitle={{
|
documentTitle={{
|
||||||
formatter: () => `Laconic Wallet`,
|
formatter: () => `Laconic | Wallet`,
|
||||||
}}
|
}}
|
||||||
theme={navigationTheme}
|
theme={navigationTheme}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user