Skip to content

Commit

Permalink
fix(gateway-ui): use lg Wrapper size
Browse files Browse the repository at this point in the history
  • Loading branch information
wbobeirne committed Aug 31, 2023
1 parent f2beb68 commit f72198f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gateway-ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const App = React.memo(function Admin(): JSX.Element {

return (
<ApiProvider props={{ gateway }}>
<Wrapper>
<Wrapper size='lg'>
{error ? (
<VStack spacing={4}>
<Heading size='md'>{t('common.error')}</Heading>
Expand Down

0 comments on commit f72198f

Please sign in to comment.