Skip to content

Commit

Permalink
Merge pull request #49 from kurgm/center-line-color
Browse files Browse the repository at this point in the history
Change the color of stroke center lines
  • Loading branch information
kurgm authored Oct 15, 2023
2 parents ae33084 + 07f0d04 commit 47942eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StrokeCenterLine.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.stroke-center-line {
fill: none;
stroke: #ffffff;
stroke: #e3e3e3;
stroke-width: 1px;
pointer-events: none;
}

0 comments on commit 47942eb

Please sign in to comment.