Skip to content

Commit

Permalink
Merge branch 'main' into task/grab-cffdrs-ts-from-git
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad authored Aug 21, 2024
2 parents e6daeaa + 9dbb5c8 commit 2e6a50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/features/fba/components/map/featureStylers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
})
}
Expand Down

0 comments on commit 2e6a50f

Please sign in to comment.