fix: use color_progress

This commit is contained in:
Tuomas Jaakola 2025-01-26 16:14:03 +02:00 committed by Safwan Samsudeen
parent df08d74eeb
commit 3487916883

View File

@ -161,7 +161,7 @@ export default class Bar {
append_to: this.bar_group,
});
if (this.task.color_progress)
this.$bar_progress.style.fill = this.task.color;
this.$bar_progress.style.fill = this.task.color_progress;
const x =
(date_utils.diff(
this.task._start,