Skip to content

Commit

Permalink
It's hard to see red areas on the main screen with lots of filters; t…
Browse files Browse the repository at this point in the history
…ry black
  • Loading branch information
dabreegster committed Dec 27, 2024
1 parent bfb608b commit 9de245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/NetworkMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
{...layerId("neighbourhood-boundaries", false)}
filter={["==", ["get", "kind"], "boundary"]}
paint={{
"fill-color": "red",
"fill-color": "black",
"fill-opacity": hoverStateFilter(0.3, 0.5),
}}
manageHoverState
Expand Down

0 comments on commit 9de245b

Please sign in to comment.