From fb7f38f46e2fc8a5bcccb1cbef9003755a677ec6 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sun, 19 Mar 2023 18:58:30 +1100 Subject: [PATCH] fix(ui): make alertdialogs centered --- invokeai/frontend/web/src/common/components/IAIAlertDialog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/invokeai/frontend/web/src/common/components/IAIAlertDialog.tsx b/invokeai/frontend/web/src/common/components/IAIAlertDialog.tsx index 29ab35b049..4116182b1a 100644 --- a/invokeai/frontend/web/src/common/components/IAIAlertDialog.tsx +++ b/invokeai/frontend/web/src/common/components/IAIAlertDialog.tsx @@ -56,6 +56,7 @@ const IAIAlertDialog = forwardRef((props: Props, ref) => { isOpen={isOpen} leastDestructiveRef={cancelRef} onClose={onClose} + isCentered >