summary refs log tree commit diff
path: root/resources/qml/delegates
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-02-13 13:12:51 +0100
committerMalte E <malte.e@mailbox.org>2022-02-13 13:12:51 +0100
commit987b9bed6bb2c1c75a81b099c007aeaedf00eb71 (patch)
tree233267316158816957edfdae23306bd7a742fc8f /resources/qml/delegates
parentplace own bubbles on right and remove user info (diff)
downloadnheko-987b9bed6bb2c1c75a81b099c007aeaedf00eb71.tar.xz
add small avatars option and tweak colors and spacings
Diffstat (limited to 'resources/qml/delegates')
-rw-r--r--resources/qml/delegates/Reply.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/delegates/Reply.qml b/resources/qml/delegates/Reply.qml

index c60867de..a439b2eb 100644 --- a/resources/qml/delegates/Reply.qml +++ b/resources/qml/delegates/Reply.qml
@@ -137,7 +137,7 @@ Item { anchors.fill: replyContainer property color userColor: TimelineManager.userColor(userId, Nheko.colors.base) property color bgColor: Nheko.colors.base - color: Qt.tint(bgColor, Qt.rgba(userColor.r, userColor.g, userColor.b, 0.1)) + color: Qt.tint(bgColor, Qt.hsla(userColor.hslHue, 0.5, userColor.hslLightness, 0.1)) } }