Skip to content
Snippets Groups Projects
Unverified Commit e290f993 authored by Malte E's avatar Malte E Committed by GitHub
Browse files

Update resources/qml/delegates/Reply.qml

parent 12d600db
No related branches found
No related tags found
No related merge requests found
Pipeline #2606 passed
......@@ -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))
}
}
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