summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-24 03:42:49 +0000
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-24 03:42:49 +0000
commit5bc9d885de4683a1e2e87569ba64c4cd98a2b003 (patch)
treec9ddb5c224bd8696bb56b913ad25d537562a4c71 /resources
parentFix one more wrong background color (diff)
parentFix colors of sidebar in replies (diff)
downloadnheko-5bc9d885de4683a1e2e87569ba64c4cd98a2b003.tar.xz
Merge branch 'more-random-colors' into 'master'
Use a more random hash to generate user colors

See merge request nheko-reborn/nheko!17
Diffstat (limited to 'resources')
-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 {