diff --git a/src/frontend/src/primitives/Dialog.tsx b/src/frontend/src/primitives/Dialog.tsx index b7d4ef58..0c5c044f 100644 --- a/src/frontend/src/primitives/Dialog.tsx +++ b/src/frontend/src/primitives/Dialog.tsx @@ -28,7 +28,7 @@ const StyledModalOverlay = styled(ModalOverlay, { }, }) -// disabled pointerEvents on the stuff surrouding the overlay is there so that clicking on the overlay to close the modal still works +// disabled pointerEvents on the stuff surrounding the overlay is there so that clicking on the overlay to close the modal still works const StyledModal = styled(Modal, { base: { width: 'full',