From b3a4903655f25b1d75452f4ec56f288210998f13 Mon Sep 17 00:00:00 2001 From: decanus <7621705+decanus@users.noreply.github.com> Date: Fri, 17 Jul 2020 13:36:36 +0200 Subject: [PATCH] fix channel identifier color --- .../Chat/ChatColumn/MessageComponents/ChannelIdentifier.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChannelIdentifier.qml b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChannelIdentifier.qml index c2a47ce60b..a8c2b5b191 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChannelIdentifier.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChannelIdentifier.qml @@ -65,7 +65,7 @@ Item { } font.weight: Font.Bold font.pixelSize: 22 - color: Style.current.black + color: Style.current.textColor anchors.top: circleId.bottom anchors.topMargin: 16 anchors.horizontalCenter: parent.horizontalCenter