Prepare support for custom theme

This commit is contained in:
Vyn 2024-08-11 16:46:44 +02:00
parent b1ed3c26c0
commit 677e1f2f81
5 changed files with 39 additions and 10 deletions

View file

@ -15,7 +15,7 @@ RowLayout {
function getFormatedText() {
if (task?.time && task.time != "") {
return `<font color=\"${"blue"}\">${task.time} \></font> ${task.text}`
return `<font color=\"${colorPalette.selected.textPlaceholder}\">${task.time} \></font> ${task.text}`
}
return task.text
}