Fix colors of sidebar in replies

pull/835/head
Nicolas Werner 3 years ago
parent 0f2faff4e7
commit 2324d2de05
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      resources/qml/delegates/Reply.qml

@ -48,7 +48,7 @@ Item {
anchors.top: replyContainer.top anchors.top: replyContainer.top
anchors.bottom: replyContainer.bottom anchors.bottom: replyContainer.bottom
width: 4 width: 4
color: TimelineManager.userColor(userId, Nheko.colors.window) color: TimelineManager.userColor(userId, Nheko.colors.base)
} }
Column { Column {

Loading…
Cancel
Save