1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-06 05:28:29 -04:00

dash: fix color tokens for placeholder in calendar, and weather failed

fixes #2891
port 1.5

(cherry picked from commit eb330f62e1)
This commit is contained in:
bbedward
2026-07-19 11:17:47 -04:00
committed by dms-ci[bot]
parent 110396cb2a
commit ad936bfdc9
3 changed files with 32 additions and 97 deletions
@@ -1079,7 +1079,7 @@ Rectangle {
Text {
text: I18n.tr("Add a task...", "placeholder in the new-task input field")
color: Theme.onSurface_38
color: Theme.outlineButton
visible: taskInput.text.length === 0
font.pixelSize: Theme.fontSizeSmall
anchors.verticalCenter: parent.verticalCenter