mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-18 12:12:34 -05:00
fix(ui): make alertdialogs centered
This commit is contained in:
@@ -56,6 +56,7 @@ const IAIAlertDialog = forwardRef((props: Props, ref) => {
|
|||||||
isOpen={isOpen}
|
isOpen={isOpen}
|
||||||
leastDestructiveRef={cancelRef}
|
leastDestructiveRef={cancelRef}
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
|
isCentered
|
||||||
>
|
>
|
||||||
<AlertDialogOverlay>
|
<AlertDialogOverlay>
|
||||||
<AlertDialogContent>
|
<AlertDialogContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user