Top-align onboarding content in all steps

This commit is contained in:
alexandrev-tibco
2026-02-26 10:58:24 +01:00
parent b0c7a41625
commit 37c2e01a09
6 changed files with 10 additions and 0 deletions
@@ -45,5 +45,6 @@ struct WeekendsStepView: View {
.padding(.top, 8)
.padding(.bottom, 40)
}
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .top)
}
}