diff --git a/client/src/components/map/MapStyles.ts b/client/src/components/map/MapStyles.ts index c5fbec6..9da347c 100644 --- a/client/src/components/map/MapStyles.ts +++ b/client/src/components/map/MapStyles.ts @@ -10,11 +10,11 @@ import { MultiPoint, Point } from "ol/geom"; export const highlightStyleYellow = new Style({ stroke: new Stroke({ - color: 'yellow', + color: 'blue', width: 3, }), fill: new Fill({ - color: 'rgba(255, 255, 0, 0.3)', + color: 'rgba(0, 0, 255, 0.5)', }), });