We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c86ec commit b060a93Copy full SHA for b060a93
ui/src/components/tracks/base_counter_track.ts
@@ -863,7 +863,7 @@ export abstract class BaseCounterTrack implements TrackRenderer {
863
ctx.fill();
864
865
// Dashed line
866
- ctx.strokeStyle = `hsl(${hue}, 10%, 71%)`;
+ ctx.strokeStyle = `hsl(${hue}, 45%, 50%)`;
867
ctx.setLineDash([4, 4]);
868
ctx.beginPath();
869
ctx.moveTo(lastX, lastDrawnY);
0 commit comments