fix: Chat item code style

This commit is contained in:
Petr Mironychev 2025-02-24 19:37:29 +01:00
parent 912c3d8c04
commit 1b06a651f0

View File

@ -122,9 +122,9 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
width: 3 width: 3
height: parent.height - 8 height: root.height - root.radius
color: "#92BD6C" color: "#92BD6C"
radius: 8 radius: root.radius
visible: root.isUserMessage visible: root.isUserMessage
} }