From 234ec42162c939999a60a7ee60d973d7ccbd5af9 Mon Sep 17 00:00:00 2001 From: Warrick Corfe-Tan Date: Mon, 7 Jun 2021 17:12:21 +1000 Subject: [PATCH] working with styling --- ts/components/session/SessionConfirm.tsx | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/ts/components/session/SessionConfirm.tsx b/ts/components/session/SessionConfirm.tsx index 192387d0f..510704f3e 100644 --- a/ts/components/session/SessionConfirm.tsx +++ b/ts/components/session/SessionConfirm.tsx @@ -46,22 +46,24 @@ const SessionConfirmInner = (props: Props) => { const messageSubText = messageSub ? 'session-confirm-main-message' : 'subtle'; + + // + return ( - - {/* */} + > {!showHeader &&
} @@ -88,7 +90,8 @@ const SessionConfirmInner = (props: Props) => { )}
-
+ {/*
*/} + ); };