Onboarding: enlarge welcome-page feature icons 16pt → 20pt (semibold, wider alignment frame) for readability

This commit is contained in:
FuelBoard Contributor
2026-08-14 22:43:10 +01:00
parent bfb59d498a
commit 9571e0c876
2794 changed files with 54 additions and 3 deletions
+2 -2
View File
@@ -339,9 +339,9 @@ struct OnboardingView: View {
private func featureRow(icon: String, text: LocalizedStringKey) -> some View { private func featureRow(icon: String, text: LocalizedStringKey) -> some View {
HStack(spacing: 12) { HStack(spacing: 12) {
Image(systemName: icon) Image(systemName: icon)
.font(.system(size: 16, weight: .semibold)) .font(.system(size: 20, weight: .semibold))
.foregroundStyle(Color.accentColor) .foregroundStyle(Color.accentColor)
.frame(width: 28) .frame(width: 32)
Text(text) Text(text)
.font(.subheadline) .font(.subheadline)
Spacer(minLength: 0) Spacer(minLength: 0)
+1 -1
View File
@@ -98,7 +98,7 @@
/* Onboarding */ /* Onboarding */
"Welcome to FuelBoard" = "Welcome to FuelBoard"; "Welcome to FuelBoard" = "Welcome to FuelBoard";
"The cheapest petrol, diesel and premium fuel near you — from the official UK Fuel Finder data." = "The cheapest petrol and diesel fuel near you"; "The cheapest petrol, diesel and premium fuel near you — from the official UK Fuel Finder data." = "The cheapest fuel near you";
"England-wide prices — 8,000+ stations, updated twice a day" = "England-wide prices — 8,000+ stations, updated daily"; "England-wide prices — 8,000+ stations, updated twice a day" = "England-wide prices — 8,000+ stations, updated daily";
"Cheapest within your chosen radius, or closest station first" = "Cheapest within your chosen radius, or closest station"; "Cheapest within your chosen radius, or closest station first" = "Cheapest within your chosen radius, or closest station";
"Favourites with instant price comparison" = "Favourites with instant price comparison"; "Favourites with instant price comparison" = "Favourites with instant price comparison";

Some files were not shown because too many files have changed in this diff Show More