From 5602ca8e6a347e25aa9b1f956a34633e5a72074a Mon Sep 17 00:00:00 2001 From: Robin Kutesa Date: Fri, 22 May 2026 03:51:34 +0300 Subject: [PATCH] fix(backup): add 8pt top padding to page 1 stats to match page 0 offset Page 0 statsStrip has padding(.top,4) from ScrollView + padding(.vertical,4) on the HStack = 8pt before the numbers. Page 1 had none, placing text 8pt higher. Adding padding(.top,8) to page1BelowContent corrects the alignment. Co-Authored-By: Kutesir Co-Authored-By: Sentry --- Features/Backup/BackupView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Features/Backup/BackupView.swift b/Features/Backup/BackupView.swift index 0961be6..a97b596 100644 --- a/Features/Backup/BackupView.swift +++ b/Features/Backup/BackupView.swift @@ -922,6 +922,7 @@ struct BackupView: View { color: AppTheme.positive) } .padding(.horizontal, AppTheme.hPad) + .padding(.top, 8) .padding(.bottom, 14) // Legend