From f33a1e1d42e3b379c5c0378d1132e28b106ae9c2 Mon Sep 17 00:00:00 2001 From: Richie Date: Tue, 31 Mar 2026 13:03:33 +1100 Subject: [PATCH] SummaryStep: fix share button position + save button visibility - Share this plan: right-aligned below divider, clear spacing before content - Save and continue later: outlined button, full width, under confirm CTA Co-Authored-By: Claude Opus 4.6 (1M context) --- .../pages/SummaryStep/SummaryStep.tsx | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/components/pages/SummaryStep/SummaryStep.tsx b/src/components/pages/SummaryStep/SummaryStep.tsx index 9043696..cb116c8 100644 --- a/src/components/pages/SummaryStep/SummaryStep.tsx +++ b/src/components/pages/SummaryStep/SummaryStep.tsx @@ -308,34 +308,27 @@ export const SummaryStep: React.FC = ({ Review your plan - - - {isPrePlanning - ? "Here's an overview of your plan. You can make changes at any time." - : 'Please review your selections below. You can edit any section before confirming.'} - - {onShareByEmail && ( + + {isPrePlanning + ? "Here's an overview of your plan. You can make changes at any time." + : 'Please review your selections below. You can edit any section before confirming.'} + + + + + {onShareByEmail && ( + - )} - - - + + )} {/* ─── Arrangement details ─── */} {arrangementDetails && ( @@ -716,7 +709,14 @@ export const SummaryStep: React.FC = ({ {onSaveAndExit && ( - )}