diff --git a/Features/Backup/BackupView.swift b/Features/Backup/BackupView.swift index 8246264..0961be6 100644 --- a/Features/Backup/BackupView.swift +++ b/Features/Backup/BackupView.swift @@ -61,7 +61,7 @@ struct BackupView: View { .frame(maxWidth: .infinity) .padding(.top, 16) - Spacer(minLength: 16).frame(maxHeight: 40) + Color.clear.frame(height: 24) // ─── Hero — outside ScrollView so pull gesture fires ─── heroView @@ -77,10 +77,9 @@ struct BackupView: View { statsStrip .padding(.horizontal, AppTheme.hPad) .padding(.top, 4) - Spacer(minLength: 16).frame(maxHeight: 32) + Color.clear.frame(height: 20) nasStatusRow .padding(.horizontal, AppTheme.hPad) - Spacer(minLength: 8).frame(maxHeight: 20) } .refreshable { await triggerRefreshAndBackup() } } else if ringPage == 1 {