Fix map tint color (#1354)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user