From 64f0c4cc99332fcc3d5dc94427626167b5982964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Tue, 26 Mar 2024 12:09:54 +0000 Subject: [PATCH] fix: Visual ssue with underline on ITP button --- .../@planx/components/Pay/Public/Confirm.tsx | 22 +++++++++---------- .../components/Pay/Public/InviteToPayForm.tsx | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/editor.planx.uk/src/@planx/components/Pay/Public/Confirm.tsx b/editor.planx.uk/src/@planx/components/Pay/Public/Confirm.tsx index bd03846c98..0fa56f8332 100644 --- a/editor.planx.uk/src/@planx/components/Pay/Public/Confirm.tsx +++ b/editor.planx.uk/src/@planx/components/Pay/Public/Confirm.tsx @@ -121,18 +121,16 @@ const PayBody: React.FC = (props) => { : props.buttonTitle || "Pay now using GOV.UK Pay"} {!props.hidePay && props.showInviteToPay && ( - <> - - + )} {isSaveReturn && } diff --git a/editor.planx.uk/src/@planx/components/Pay/Public/InviteToPayForm.tsx b/editor.planx.uk/src/@planx/components/Pay/Public/InviteToPayForm.tsx index 49576a712c..d628e8e74c 100644 --- a/editor.planx.uk/src/@planx/components/Pay/Public/InviteToPayForm.tsx +++ b/editor.planx.uk/src/@planx/components/Pay/Public/InviteToPayForm.tsx @@ -263,7 +263,7 @@ const InviteToPayForm: React.FC = ({