diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 2792680..32181d7 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -19,9 +19,9 @@ export const Header: React.FC<{ title: string }> = ({ title }) => { direction="row" sx={{ backgroundColor: "background.paper", - pl: 4, + pl: 2, alignItems: "center", - py: 2, + py: 1, }} spacing={1} > @@ -31,7 +31,7 @@ export const Header: React.FC<{ title: string }> = ({ title }) => { navigation.navigate("Home"); }} > - + = ({ title }) => { color="#FBFBFB" sx={{ height: "75%", alignSelf: "center" }} /> - {title} + {title} ); };