mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): make alertdialogs centered
This commit is contained in:
parent
93d0cae455
commit
fb7f38f46e
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user