summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-24 04:09:22 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-24 04:09:22 +0100
commit2324d2de054b3676b0143bd03037ad27682cf6a0 (patch)
treec9ddb5c224bd8696bb56b913ad25d537562a4c71
parentUse a more random hash to generate user colors (diff)
downloadnheko-2324d2de054b3676b0143bd03037ad27682cf6a0.tar.xz
Fix colors of sidebar in replies
-rw-r--r--resources/qml/delegates/Reply.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/delegates/Reply.qml b/resources/qml/delegates/Reply.qml

index 60154837..4e973c3d 100644 --- a/resources/qml/delegates/Reply.qml +++ b/resources/qml/delegates/Reply.qml
@@ -48,7 +48,7 @@ Item { anchors.top: replyContainer.top anchors.bottom: replyContainer.bottom width: 4 - color: TimelineManager.userColor(userId, Nheko.colors.window) + color: TimelineManager.userColor(userId, Nheko.colors.base) } Column {