Merge remote-tracking branch 'origin/style/laconic-colors' into style/laconic-colors
This commit is contained in:
commit
44e6670aab
@ -14,7 +14,9 @@ export const Layout: React.FC<PropsWithChildren<{ title: string }>> = ({
|
||||
useNavigation<NativeStackNavigationProp<StackParamsList>>();
|
||||
|
||||
return (
|
||||
<Container boxProps={{ sx: { backgroundColor: "inherit" } }}>
|
||||
<Container
|
||||
boxProps={{ sx: { backgroundColor: "inherit", padding: 0, mt: 3 } }}
|
||||
>
|
||||
<Button
|
||||
startIcon={<ArrowBack />}
|
||||
color="info"
|
||||
|
Loading…
Reference in New Issue
Block a user