diff --git a/src/qml/GroupChatDrawerHeader.qml b/src/qml/GroupChatDrawerHeader.qml index 8ba1f4d2c..a7efc13cc 100644 --- a/src/qml/GroupChatDrawerHeader.qml +++ b/src/qml/GroupChatDrawerHeader.qml @@ -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 {