From 97aadee01cc1b7df07d22441438f42e8eb61c7eb Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 20 Nov 2021 00:32:03 +0100 Subject: [PATCH] Pass correct background color to username separator --- resources/qml/MessageView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml index 868b3885..2acdf839 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml @@ -288,7 +288,7 @@ ScrollView { id: userName_ text: TimelineManager.escapeEmoji(userName) - color: TimelineManager.userColor(userId, Nheko.colors.window) + color: TimelineManager.userColor(userId, Nheko.colors.base) textFormat: Text.RichText ToolTip.visible: displayNameHover.hovered ToolTip.text: userId