Skip to content

Commit b060a93

Browse files
committed
fix
1 parent a1c86ec commit b060a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/tracks/base_counter_track.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ export abstract class BaseCounterTrack implements TrackRenderer {
863863
ctx.fill();
864864

865865
// Dashed line
866-
ctx.strokeStyle = `hsl(${hue}, 10%, 71%)`;
866+
ctx.strokeStyle = `hsl(${hue}, 45%, 50%)`;
867867
ctx.setLineDash([4, 4]);
868868
ctx.beginPath();
869869
ctx.moveTo(lastX, lastDrawnY);

0 commit comments

Comments
 (0)