diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-24 04:09:22 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-24 04:09:22 +0100 |
commit | 2324d2de054b3676b0143bd03037ad27682cf6a0 (patch) | |
tree | c9ddb5c224bd8696bb56b913ad25d537562a4c71 /resources/qml/delegates/Reply.qml | |
parent | Use a more random hash to generate user colors (diff) | |
download | nheko-2324d2de054b3676b0143bd03037ad27682cf6a0.tar.xz |
Fix colors of sidebar in replies
Diffstat (limited to 'resources/qml/delegates/Reply.qml')
-rw-r--r-- | resources/qml/delegates/Reply.qml | 2 |
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 { |