From b8533d2bfca092646b09eefbde4096bb9593e28b Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 27 Feb 2024 15:55:07 +0100 Subject: [PATCH] fix(gantt): use color variables for gantt header so that it works in dark mode --- frontend/src/components/tasks/GanttChart.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/tasks/GanttChart.vue b/frontend/src/components/tasks/GanttChart.vue index e1f42fcb04..664d41947b 100644 --- a/frontend/src/components/tasks/GanttChart.vue +++ b/frontend/src/components/tasks/GanttChart.vue @@ -19,6 +19,7 @@ :width="ganttChartWidth" @dragendBar="updateGanttTask" @dblclickBar="openTask" + :color-scheme="GANTT_COLOR_SCHEME" >