diff --git a/timetagger/app/front.py b/timetagger/app/front.py index 8afee557..0bd2579b 100644 --- a/timetagger/app/front.py +++ b/timetagger/app/front.py @@ -1973,7 +1973,7 @@ def _draw_record_area(self, ctx, x1, x2, x3, y1, y2): # Draw "now" - also if drawing stats t = self._canvas.now() y = y1 + (t - t1) * pps - ctx.strokeStyle = COLORS.prim1_clr + ctx.strokeStyle = COLORS.record_text ctx.lineWidth = 3 # Pretty thick so it sticks over other edges like week bounds ctx.setLineDash([4, 4]) ctx.lineDashOffset = t % 8