style: fix layout padding
This commit is contained in:
parent
053487da74
commit
3d9b3408d9
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user