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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user