Enlarge brand logo badges 34pt -> 46pt

This commit is contained in:
FuelBoard Contributor
2026-08-11 15:04:02 +01:00
parent d220023917
commit 54403ed4b3
+3 -3
View File
@@ -241,14 +241,14 @@ struct StationRow: View {
Image(asset) Image(asset)
.resizable() .resizable()
.scaledToFit() .scaledToFit()
.padding(3) .padding(5)
} else { } else {
Image(systemName: "fuelpump.fill") Image(systemName: "fuelpump.fill")
.font(.system(size: 16)) .font(.system(size: 22))
.foregroundStyle(.white) .foregroundStyle(.white)
} }
} }
.frame(width: 34, height: 34) .frame(width: 46, height: 46)
.background(Circle().fill(.white)) .background(Circle().fill(.white))
.clipShape(Circle()) .clipShape(Circle())
.overlay(Circle().stroke(Color.primary.opacity(0.08), lineWidth: 1)) .overlay(Circle().stroke(Color.primary.opacity(0.08), lineWidth: 1))