Skip to content

Commit

Permalink
add boundary line label color
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahadkins committed Aug 8, 2024
1 parent 3bf5bfd commit aef5603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/src/Layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export const layers = [
line: true,
color: "hsla(210, 16%, 82%, 1)",
activeColor: "hsla(210, 16%, 82%, 1)",
labelColor: "hsla(201, 29%, 15%, 1)"
},
];

Expand Down

0 comments on commit aef5603

Please sign in to comment.