fix(graph): align kanban header position

This commit is contained in:
777genius 2026-05-19 14:27:40 +03:00
parent 2d06442ce0
commit 9d40ef1888

View file

@ -491,7 +491,7 @@ export function drawColumnHeaders(
ctx, ctx,
header.label, header.label,
header.x - TASK_PILL.width / 2 + 4, header.x - TASK_PILL.width / 2 + 4,
header.y + 4, header.y + 10,
KANBAN_HEADER_LETTER_SPACING KANBAN_HEADER_LETTER_SPACING
); );
} }