From e2187368b1c75baf570d279caf40d4c143302b0c Mon Sep 17 00:00:00 2001 From: Owaise Imdad Date: Sat, 15 Mar 2025 17:32:21 +0530 Subject: [PATCH 1/2] FIX-1936 made initial changes in popup in order to fix the UI of popups. --- src/Components/Dialog/index.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Components/Dialog/index.jsx b/src/Components/Dialog/index.jsx index 3cf7001ce..5ca932d8c 100644 --- a/src/Components/Dialog/index.jsx +++ b/src/Components/Dialog/index.jsx @@ -29,9 +29,13 @@ const Dialog = ({ justifyContent="flex-end" > From 6b9f6736f0eec0f3e0f06ae92b8c98e1174370ba Mon Sep 17 00:00:00 2001 From: Owaise Imdad Date: Tue, 18 Mar 2025 09:07:04 +0530 Subject: [PATCH 2/2] FIX-1936 made the cancel button like other cancel buttons in app. --- src/Components/Dialog/index.jsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Components/Dialog/index.jsx b/src/Components/Dialog/index.jsx index 5ca932d8c..3f4f16f05 100644 --- a/src/Components/Dialog/index.jsx +++ b/src/Components/Dialog/index.jsx @@ -30,12 +30,8 @@ const Dialog = ({ >