diff --git a/web/src/features/fba/components/map/featureStylers.ts b/web/src/features/fba/components/map/featureStylers.ts index e1f68c691..84339d5b7 100644 --- a/web/src/features/fba/components/map/featureStylers.ts +++ b/web/src/features/fba/components/map/featureStylers.ts @@ -60,7 +60,7 @@ export const fireCentreLineStyler = (selectedFireCenter: FireCenter | undefined) return new Style({ stroke: new Stroke({ color: 'black', - width: isSelected ? 8 : 1 + width: isSelected ? 8 : 3 }) }) }