Change the room alias text color to disabled

It's less important than the title, and this should reduce it's visual
prominence.

(cherry picked from commit 0334cae4c8)
This commit is contained in:
Joshua Goins
2024-11-16 11:34:30 -05:00
parent 7aa0f68b10
commit b07c04eddc

View File

@@ -75,6 +75,7 @@ ColumnLayout {
textFormat: TextEdit.PlainText
visible: root.room && root.room.canonicalAlias
text: root.room && root.room.canonicalAlias ? root.room.canonicalAlias : ""
color: Kirigami.Theme.disabledTextColor
}
}
QQC2.AbstractButton {