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