Skip to content

Commit

Permalink
Some minor UI tweaks to Onboarding Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrichardrichter committed May 17, 2022
1 parent e707df2 commit e7300c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BA-Schedule/Sources/Views/Onboarding/OnboardingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ struct OnboardingView: View {
Text("WELCOME_MESSAGE")
.font(.largeTitle)
.fontWeight(.bold)
.padding(.horizontal)

Spacer()

VStack(alignment: .leading, spacing: 40) {
Feature(systemImage: "calendar.day.timeline.leading", iconColor: .blue, title: "FEATURE_1_TITLE", description: "FEATURE_1_DESCR")

Feature(systemImage: "lock.shield", iconColor: .yellow, title: "FEATURE_2_TITLE", description: "FEATURE_2_DESCR")
}
.padding(.horizontal)
}.padding(.horizontal, 30)

Spacer()

Expand Down

0 comments on commit e7300c7

Please sign in to comment.