Onboarding: space the welcome feature rows out vertically (per-row padding 5pt → 10pt)
This commit is contained in:
@@ -347,7 +347,7 @@ struct OnboardingView: View {
|
||||
Spacer(minLength: 0)
|
||||
}
|
||||
.padding(.horizontal, 36)
|
||||
.padding(.vertical, 5)
|
||||
.padding(.vertical, 10)
|
||||
}
|
||||
|
||||
private func permissionStatusLabel(granted: Bool, denied: Bool, deniedText: LocalizedStringKey) -> some View {
|
||||
|
||||
Reference in New Issue
Block a user