From f76b524ded46989388a959480f64deb0163d0a52 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Thu, 8 May 2025 18:22:03 +0530 Subject: [PATCH] changed padding of modal-body and and button postion --- src/components/common/ConfirmModal.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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} -
+