diff --git a/src/qml/BanSheet.qml b/src/qml/BanSheet.qml index 14a0706be..278a02444 100644 --- a/src/qml/BanSheet.qml +++ b/src/qml/BanSheet.qml @@ -17,11 +17,20 @@ Kirigami.Page { title: i18n("Ban User") + leftPadding: 0 + rightPadding: 0 + topPadding: 0 + bottomPadding: 0 + QQC2.TextArea { id: reason placeholderText: i18n("Reason for banning this user") anchors.fill: parent wrapMode: TextEdit.Wrap + + background: Rectangle { + color: Kirigami.Theme.backgroundColor + } } footer: QQC2.ToolBar {