style: fix layout padding

This commit is contained in:
Cody Bender 2024-08-09 17:32:37 -04:00
parent 053487da74
commit 3d9b3408d9

View File

@ -14,7 +14,9 @@ export const Layout: React.FC<PropsWithChildren<{ title: string }>> = ({
useNavigation<NativeStackNavigationProp<StackParamsList>>(); useNavigation<NativeStackNavigationProp<StackParamsList>>();
return ( return (
<Container boxProps={{ sx: { backgroundColor: "inherit" } }}> <Container
boxProps={{ sx: { backgroundColor: "inherit", padding: 0, mt: 3 } }}
>
<Button <Button
startIcon={<ArrowBack />} startIcon={<ArrowBack />}
color="info" color="info"