Skip to content
Snippets Groups Projects
Verified Commit 2324d2de authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix colors of sidebar in replies

parent 0f2faff4
No related branches found
No related tags found
1 merge request!17Use a more random hash to generate user colors
Pipeline #2162 passed
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment