Skip to content

Commit f3597b0

Browse files
updates smoke density colors
1 parent 9da1817 commit f3597b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DisplayOptions/HMSSmoke.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ function smokeStyles(density: HMSSmokeGeoJSON["density"]) {
6161
switch (density) {
6262
case "light":
6363
return {
64-
color: "#B2BEB5",
64+
color: "#bfc8c3",
6565
fillOpacity: 0.2
6666
};
6767

6868
case "medium":
6969
return {
70-
color: "#7393B3",
70+
color: "#757b78",
7171
fillOpacity: 0.3
7272
};
7373

7474
case "heavy":
7575
return {
76-
color: "#36454F",
76+
color: "#333634",
7777
fillOpacity: 0.4
7878
};
7979
}

0 commit comments

Comments
 (0)