mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-19 13:15:53 +02: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}
|
||||
leastDestructiveRef={cancelRef}
|
||||
onClose={onClose}
|
||||
isCentered
|
||||
>
|
||||
<AlertDialogOverlay>
|
||||
<AlertDialogContent>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user