From 2705d40a93589e261630f38aedeb408944f946e1 Mon Sep 17 00:00:00 2001 From: mashal-m Date: Tue, 24 Jan 2023 11:45:30 +0500 Subject: [PATCH] refactor: fixed ModalDialog body uppercase --- src/instructions/proctored_exam/WarningModal.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/instructions/proctored_exam/WarningModal.jsx b/src/instructions/proctored_exam/WarningModal.jsx index 2275fe69..c6c92f6f 100644 --- a/src/instructions/proctored_exam/WarningModal.jsx +++ b/src/instructions/proctored_exam/WarningModal.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import { ActionRow, ModalDialog } from '@edx/paragon'; +import { ActionRow, ModalDialog, ModalCloseButton } from '@edx/paragon'; const WarningModal = ({ isOpen, handleClose, title, body, @@ -16,14 +16,14 @@ const WarningModal = ({ {title} - + {body} - + - + Ok - +