Onboarding: enlarge welcome-page feature icons 16pt → 20pt (semibold, wider alignment frame) for readability
This commit is contained in:
@@ -339,9 +339,9 @@ struct OnboardingView: View {
|
||||
private func featureRow(icon: String, text: LocalizedStringKey) -> some View {
|
||||
HStack(spacing: 12) {
|
||||
Image(systemName: icon)
|
||||
.font(.system(size: 16, weight: .semibold))
|
||||
.font(.system(size: 20, weight: .semibold))
|
||||
.foregroundStyle(Color.accentColor)
|
||||
.frame(width: 28)
|
||||
.frame(width: 32)
|
||||
Text(text)
|
||||
.font(.subheadline)
|
||||
Spacer(minLength: 0)
|
||||
|
||||
Reference in New Issue
Block a user