mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-05 11:13:18 +00:00
Prepare support for custom theme
This commit is contained in:
parent
b1ed3c26c0
commit
677e1f2f81
5 changed files with 39 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue