fix: remove redundant margin in the typing indicator

This commit is contained in:
Srevin Saju
2021-04-27 20:58:47 +03:00
parent 6487adafb8
commit fefcbbe190

View File

@@ -57,8 +57,6 @@ Loader {
}
Rectangle {
anchors.fill: parent
anchors.topMargin: 1
anchors.bottomMargin: 1
id: typingIndicatorBackground
color: Kirigami.Theme.backgroundColor
}