diff --git a/Features/Backup/BackupView.swift b/Features/Backup/BackupView.swift index a45710b..eb3dc81 100644 --- a/Features/Backup/BackupView.swift +++ b/Features/Backup/BackupView.swift @@ -681,18 +681,15 @@ struct BackupView: View { } .padding(.bottom, 4) - if ringPage == 0 { - cascadingArrows - .frame(height: 16) - .padding(.bottom, 8) + cascadingArrows + .frame(height: 16) + .padding(.bottom, 8) + .opacity(ringPage == 0 ? 1 : 0) - circleStatusRow - .padding(.horizontal, AppTheme.hPad) - .padding(.bottom, 10) - } else { - // Match page 0 spacing so the ring stays at the same Y - Color.clear.frame(height: 60) - } + circleStatusRow + .padding(.horizontal, AppTheme.hPad) + .padding(.bottom, 10) + .opacity(ringPage == 0 ? 1 : 0) } // Pull zone floats above the ring on all pages .overlay(alignment: .top) {