diff --git a/ChatView/qml/ChatItem.qml b/ChatView/qml/ChatItem.qml index 271fb85..124800a 100644 --- a/ChatView/qml/ChatItem.qml +++ b/ChatView/qml/ChatItem.qml @@ -122,9 +122,9 @@ Rectangle { anchors.verticalCenter: parent.verticalCenter width: 3 - height: parent.height - 8 + height: root.height - root.radius color: "#92BD6C" - radius: 8 + radius: root.radius visible: root.isUserMessage }