Remove DONE button from cleanup page
Co-Authored-By: Kutesir <kutesir@provoc.ug> Co-Authored-By: Sentry <sentry@provoc.ug>
This commit is contained in:
@@ -914,12 +914,6 @@ struct BackupView: View {
|
|||||||
.padding(.horizontal, AppTheme.hPad)
|
.padding(.horizontal, AppTheme.hPad)
|
||||||
.padding(.bottom, 24)
|
.padding(.bottom, 24)
|
||||||
|
|
||||||
Spacer(minLength: 16).frame(maxHeight: 40)
|
|
||||||
|
|
||||||
Button { withAnimation { ringPage = 0 } } label: { Text("DONE") }
|
|
||||||
.buttonStyle(GhostButtonStyle())
|
|
||||||
.frame(width: 120)
|
|
||||||
.padding(.bottom, 8)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: — Page indicator
|
// MARK: — Page indicator
|
||||||
|
|||||||
Reference in New Issue
Block a user