From 6f078e0c4b9af0deaed15ea18653bd58477a9627 Mon Sep 17 00:00:00 2001 From: Abhinav-grd Date: Sat, 8 May 2021 11:38:41 +0530 Subject: [PATCH] improved Message box button reponsive styling --- src/components/MessageDialog.tsx | 74 +++++++++++++++++++------------- 1 file changed, 45 insertions(+), 29 deletions(-) diff --git a/src/components/MessageDialog.tsx b/src/components/MessageDialog.tsx index 7b50d8a83..16803c391 100644 --- a/src/components/MessageDialog.tsx +++ b/src/components/MessageDialog.tsx @@ -52,35 +52,51 @@ export default function MessageDialog({ )} - {attributes.close && ( - - )} - {attributes.proceed && ( - - )} +
+ {attributes.close && ( + + )} + {attributes.proceed && ( + + )} +
);