Add a new muted text color.

This commit is contained in:
Adam Treat
2023-05-20 20:02:38 -04:00
committed by AT
parent 9bfff8bfcb
commit c6df4645c8
2 changed files with 2 additions and 1 deletions

View File

@@ -803,7 +803,7 @@ Window {
wrapMode: Text.WordWrap
font.pixelSize: theme.fontSizeLarge
placeholderText: qsTr("Send a message...")
placeholderTextColor: theme.backgroundLightest
placeholderTextColor: theme.mutedTextColor
background: Rectangle {
color: theme.backgroundLighter
radius: 10