diff --git a/FuelBoard/StationsView.swift b/FuelBoard/StationsView.swift index 20d4b76..50e8199 100644 --- a/FuelBoard/StationsView.swift +++ b/FuelBoard/StationsView.swift @@ -137,14 +137,12 @@ struct StationsView: View { } } - // Bottom-of-tab explainer (moved from the top 2026-08-16): - // own section so the type-checker isn't asked to type the - // full stations section AND its footer in one expression. + // Bottom-of-tab explainer (moved from the top 2026-08-16), + // styled like the Favourites tab's cheapest callout: a caption + // paragraph in its own section cell. Section { - EmptyView() - } footer: { Text(footerCaption) - .font(.footnote) + .font(.caption) .foregroundStyle(.secondary) }