Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -55,7 +55,9 @@ export function SettingsLayout({ children }: { children: ReactNode }) {
|
|||||||
allowMinimize={false}
|
allowMinimize={false}
|
||||||
/>
|
/>
|
||||||
</Column>
|
</Column>
|
||||||
<PageBody gap="6">{children}</PageBody>
|
<Column gap="6" margin="2">
|
||||||
|
<PageBody>{children}</PageBody>
|
||||||
|
</Column>
|
||||||
</Grid>
|
</Grid>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user