From c42b4c2b42e7452948de6c3217499bb5d949c605 Mon Sep 17 00:00:00 2001 From: Kamlesh Singh Bisht Date: Mon, 2 Dec 2024 10:13:20 +0530 Subject: [PATCH] [INJIWEB-1149]: Fix Borders for ShareVisibility Tablet Mode Signed-off-by: Kamlesh Singh Bisht --- inji-web/src/modals/ModalWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inji-web/src/modals/ModalWrapper.tsx b/inji-web/src/modals/ModalWrapper.tsx index 6ed314fb..e194633e 100644 --- a/inji-web/src/modals/ModalWrapper.tsx +++ b/inji-web/src/modals/ModalWrapper.tsx @@ -5,7 +5,7 @@ export const ModalWrapper:React.FC = (props) => { return <>
-
+
{props.header} {props.content}