Fix colors of sidebar in replies

This commit is contained in:
Nicolas Werner 2021-11-24 04:09:22 +01:00
parent 0f2faff4e7
commit 2324d2de05
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {