diff --git a/src/components/common/ConfirmModal.jsx b/src/components/common/ConfirmModal.jsx index a92cf3af..2a49e411 100644 --- a/src/components/common/ConfirmModal.jsx +++ b/src/components/common/ConfirmModal.jsx @@ -18,15 +18,15 @@ const ConfirmModal = ({ type, onSubmit, onClose, message, loading ,header}) => { case "other": return "md"; default: - return "sm"; // Return a default modal size + return "sm"; } }; return ( -
+
-
+
@@ -43,9 +43,9 @@ const ConfirmModal = ({ type, onSubmit, onClose, message, loading ,header}) => {
{TypeofIcon(type)}
-
+
{message} -
+