fix(ui): make alertdialogs centered

This commit is contained in:
psychedelicious 2023-03-19 18:58:30 +11:00
parent 93d0cae455
commit fb7f38f46e

View File

@ -56,6 +56,7 @@ const IAIAlertDialog = forwardRef((props: Props, ref) => {
isOpen={isOpen}
leastDestructiveRef={cancelRef}
onClose={onClose}
isCentered
>
<AlertDialogOverlay>
<AlertDialogContent>