Skip to content

Commit a66ba91

Browse files
committed
DBC22-6776: updated grouped icon text color
1 parent 1052a57 commit a66ba91

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/frontend/src/Components/map/layers/camerasLayer.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ export function getCamerasLayer(cameras, projectionCode, mapContext, referenceDa
8585
let style = styleCache[cacheKey];
8686

8787
if (!style) {
88-
// static: dark text on white halo; hover/active: white text on dark halo
89-
const textColor = state === 'static' ? '#003366' : '#fff';
90-
// const haloColor = state === 'static' ? '#fff' : '#003366';
88+
const textColor = state === 'static' ? '#255A90' : '#fff';
9189

9290
style = new Style({
9391
image: new Icon({

0 commit comments

Comments
 (0)