From db916cafcbd0adb20f33809298e139ec69a695e3 Mon Sep 17 00:00:00 2001 From: FuelBoard Contributor Date: Tue, 18 Aug 2026 12:47:49 +0100 Subject: [PATCH] ui: fix fallback station badge visibility --- FuelBoard/ContentView.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FuelBoard/ContentView.swift b/FuelBoard/ContentView.swift index eeee2f1..79ca8dc 100644 --- a/FuelBoard/ContentView.swift +++ b/FuelBoard/ContentView.swift @@ -789,14 +789,14 @@ struct StationRow: View { .padding(5) } else { Image(systemName: "fuelpump.fill") - .font(.system(size: 22)) - .foregroundStyle(.white) + .font(.system(size: 22, weight: .semibold)) + .foregroundStyle(.primary) } } .frame(width: 46, height: 46) - .background(Circle().fill(.white)) + .background(Circle().fill(Color(.secondarySystemBackground))) .clipShape(Circle()) - .overlay(Circle().stroke(Color.primary.opacity(0.08), lineWidth: 1)) + .overlay(Circle().stroke(Color.primary.opacity(0.10), lineWidth: 1)) .shadow(color: .black.opacity(0.08), radius: 2, y: 1) // MIDDLE — name, full address, distance