Make reply background a bit less saturated

This commit is contained in:
Nicolas Werner 2020-11-21 01:18:55 +01:00
parent 081bd8d5f1
commit 5df47c4b4a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Item {
z: -1
height: replyContainer.height
width: Math.min(Math.max(reply.implicitWidth, userName.implicitWidth) + 8 + 4, parent.width)
color: Qt.rgba(userColor.r, userColor.g, userColor.b, 0.2)
color: Qt.rgba(userColor.r, userColor.g, userColor.b, 0.1)
}
}