diff --git a/apps/studio/components/layouts/AuthenticationLayout.tsx b/apps/studio/components/layouts/AuthenticationLayout.tsx index 60ad670513..8f1f32dd30 100644 --- a/apps/studio/components/layouts/AuthenticationLayout.tsx +++ b/apps/studio/components/layouts/AuthenticationLayout.tsx @@ -6,7 +6,7 @@ import { AppBannerContextProvider } from 'components/interfaces/App/AppBannerWra export const AuthenticationLayout = ({ children }: PropsWithChildren<{}>) => { return ( -
+
{children}
diff --git a/apps/studio/components/layouts/SignInLayout/ForgotPasswordLayout.tsx b/apps/studio/components/layouts/SignInLayout/ForgotPasswordLayout.tsx index 2973ef53b7..8723843fd1 100644 --- a/apps/studio/components/layouts/SignInLayout/ForgotPasswordLayout.tsx +++ b/apps/studio/components/layouts/SignInLayout/ForgotPasswordLayout.tsx @@ -21,7 +21,7 @@ const ForgotPasswordLayout = ({ const { resolvedTheme } = useTheme() return ( -
+