Skip to content

Commit

Permalink
Update color order
Browse files Browse the repository at this point in the history
  • Loading branch information
LanesGood committed Jun 24, 2024
1 parent 2d1ddce commit 548d87e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/platform-colors.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export const flightPathColors = platforms => {
const colors = [
"#a6cee3",
"#1f78b4",
"#b2df8a",
"#33a02c",
"#fb9a99",
"#e31a1c",
"#fdbf6f",
"#ff7f00",
"#a6cee3",
"#1f78b4",
"#fb9a99",
"#e31a1c",
]
return platforms.map((i, index) => [i, colors[index]])
}
Expand Down

0 comments on commit 548d87e

Please sign in to comment.