From 0334cae4c8474bd852f61b431228e88ca4f485dc Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 16 Nov 2024 11:34:30 -0500 Subject: [PATCH] Change the room alias text color to disabled It's less important than the title, and this should reduce it's visual prominence. --- src/qml/GroupChatDrawerHeader.qml | 1 + 1 file changed, 1 insertion(+) 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 {