refactor(map): change map style from minimal-light to standard across components

This commit is contained in:
2026-09-21 11:08:53 -03:00
parent acac2858c3
commit f6ff91ff3b
5 changed files with 6 additions and 12 deletions

View File

@@ -706,7 +706,7 @@
<app-location-map
[locations]="mapLocations"
[markerColor]="tenant()?.primary_color ?? '#24a9e0'"
mapStyle="minimal-light"
mapStyle="standard"
ariaLabel="Mapa de puntos de atención en Rosario"
/>
</div>