Tweaks to the Use Case screen ready for review.

Update strings.
Show the custom server field as needed.
Enable scroll edges appearance for white navigation bar.
This commit is contained in:
Doug
2022-02-04 16:10:03 +00:00
parent 295b3eaa99
commit f50a92d0a8
14 changed files with 73 additions and 27 deletions
@@ -48,6 +48,7 @@ struct OnboardingSplashScreenPage: View {
.scaledToFit()
.frame(maxWidth: 300)
.padding(20)
.accessibilityHidden(true)
VStack(spacing: 8) {
OnboardingSplashScreenTitleText(content.title)