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"
|
||||
sx={{ height: "75%", alignSelf: "center" }}
|
||||
/>
|
||||
<Typography variant="h5">{title}</Typography>
|
||||
<Typography variant="h5" sx={{ paddingLeft: 1}}>{title}</Typography>
|
||||
</Stack>
|
||||
);
|
||||
};
|
||||
|
@ -113,7 +113,7 @@ root.render(
|
||||
<NavigationContainer
|
||||
linking={linking}
|
||||
documentTitle={{
|
||||
formatter: () => `Laconic Wallet`,
|
||||
formatter: () => `Laconic | Wallet`,
|
||||
}}
|
||||
theme={navigationTheme}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user