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"
sx={{ height: "75%", alignSelf: "center" }}
/>
<Typography variant="h5">{title}</Typography>
<Typography variant="h5" sx={{ paddingLeft: 1}}>{title}</Typography>
</Stack>
);
};

View File

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