adjust site title and title spacing

This commit is contained in:
Monkey 2024-08-09 17:16:48 -04:00
parent 699cc5379e
commit 053487da74
2 changed files with 2 additions and 2 deletions

View File

@ -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>
); );
}; };

View File

@ -113,7 +113,7 @@ root.render(
<NavigationContainer <NavigationContainer
linking={linking} linking={linking}
documentTitle={{ documentTitle={{
formatter: () => `Laconic Wallet`, formatter: () => `Laconic | Wallet`,
}} }}
theme={navigationTheme} theme={navigationTheme}
> >