Change the room alias text color to disabled

It's less important than the title, and this should reduce it's visual
prominence.
This commit is contained in:
Joshua Goins
2024-11-16 11:34:30 -05:00
parent 24c405d747
commit 0334cae4c8

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 {