diff --git a/app/components/catalog/CatalogMap.vue b/app/components/catalog/CatalogMap.vue index 8699df4..2d51278 100644 --- a/app/components/catalog/CatalogMap.vue +++ b/app/components/catalog/CatalogMap.vue @@ -51,7 +51,7 @@ const props = withDefaults(defineProps<{ initialCenter?: [number, number] initialZoom?: number }>(), { - pointColor: '#10b981', + pointColor: '#f97316', initialCenter: () => [37.64, 55.76], initialZoom: 2, useServerClustering: false, diff --git a/app/components/catalog/SelectionPanel.vue b/app/components/catalog/SelectionPanel.vue index c5b4741..3dec17e 100644 --- a/app/components/catalog/SelectionPanel.vue +++ b/app/components/catalog/SelectionPanel.vue @@ -1,15 +1,15 @@