diff --git a/src/public/app/widgets/type_widgets/task_list.ts b/src/public/app/widgets/type_widgets/task_list.ts index 42e754c8e..4344d1f39 100644 --- a/src/public/app/widgets/type_widgets/task_list.ts +++ b/src/public/app/widgets/type_widgets/task_list.ts @@ -69,6 +69,10 @@ const TPL = ` margin-top: 0.1rem; vertical-align: middle; } + + .note-detail-task-list .task-container li.overdue .due-date { + color: #fd8282; + } `; @@ -76,8 +80,15 @@ const TPL = ` function buildTasks(tasks: FTask[]) { let html = ''; + const now = dayjs(); for (const task of tasks) { - html += `