diff --git a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChannelIdentifier.qml b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChannelIdentifier.qml index ed4aaae907..fe7acffbc2 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChannelIdentifier.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChannelIdentifier.qml @@ -96,7 +96,7 @@ Column { } } font.pixelSize: 14 - color: Style.current.darkGrey + color: Style.current.secondaryText anchors.left: parent.left anchors.right: parent.right horizontalAlignment: Text.AlignHCenter