fix: use softer greys for placeholders

This commit is contained in:
talksik
2025-04-12 12:00:45 -07:00
parent 13a5936b37
commit b3c7f12439
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ ApplicationWindow {
light: Theme.secondaryText
highlight: Theme.highlight
highlightedText: Theme.secondaryBackground
placeholderText: Theme.muted
placeholderText: Theme.placeholderText
}
title: qsTr("Flowy")