From 9c35c28e90a7ff10c84f8784f5d8704ddae369af Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 9 Oct 2024 16:38:01 +0530 Subject: [PATCH] Set fullWidth on the alert dialog scenario --- web/apps/photos/src/pages/_app.tsx | 4 ++-- web/packages/base/components/MiniDialog.tsx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/apps/photos/src/pages/_app.tsx b/web/apps/photos/src/pages/_app.tsx index a0f1ca1536..68f8732d8d 100644 --- a/web/apps/photos/src/pages/_app.tsx +++ b/web/apps/photos/src/pages/_app.tsx @@ -1,7 +1,7 @@ import { clientPackageName, staticAppTitle } from "@/base/app"; import { CustomHead } from "@/base/components/Head"; import type { MiniDialogAttributes } from "@/base/components/MiniDialog"; -import { DialogBoxV2 } from "@/base/components/MiniDialog"; +import { MiniDialog } from "@/base/components/MiniDialog"; import { ActivityIndicator } from "@/base/components/mui/ActivityIndicator"; import { AppNavbar } from "@/base/components/Navbar"; import { setupI18n } from "@/base/i18n"; @@ -307,7 +307,7 @@ export default function App({ Component, pageProps }: AppProps) { onClose={closeMessageDialog} attributes={dialogMessage} /> -