Fix map tint color (#1354)

This commit is contained in:
Alfonso Grillo
2023-07-18 15:16:23 +02:00
committed by GitHub
parent daa2bc771d
commit 1fb74e8dfa

View File

@@ -95,6 +95,7 @@ struct MapLibreMapView: UIViewRepresentable {
mapView.logoViewPosition = .topLeft
mapView.attributionButtonPosition = .topLeft
mapView.attributionButtonMargins = .init(x: mapView.logoView.frame.maxX + 8, y: mapView.logoView.center.y / 2)
mapView.tintColor = .black
return mapView
}