From 34879168835db95f97b36c88c20e45bff6576e84 Mon Sep 17 00:00:00 2001 From: Tuomas Jaakola Date: Sun, 26 Jan 2025 16:14:03 +0200 Subject: [PATCH] fix: use color_progress --- src/bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bar.js b/src/bar.js index e089c47..e27a85b 100644 --- a/src/bar.js +++ b/src/bar.js @@ -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,