Update resources/qml/delegates/Reply.qml

Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
pull/920/head
Malte E 3 years ago committed by GitHub
parent 12d600db97
commit e290f9938a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      resources/qml/delegates/Reply.qml

@ -134,7 +134,7 @@ Item {
anchors.fill: replyContainer
property color userColor: TimelineManager.userColor(userId, Nheko.colors.base)
property color bgColor: Nheko.colors.base
color: Qt.rgba(userColor.r*0.1+bgColor.r*0.9,userColor.g*0.1+bgColor.g*0.9,userColor.b*0.1+bgColor.b*0.9,1) // alpha makes this mix with the bubble color
color: Qt.tint(bgColor, Qt.rgba(userColor.r, userColor.g, userColor.b, 0.1))
}
}

Loading…
Cancel
Save