diff --git a/src/qml/UserInfoDesktop.qml b/src/qml/UserInfoDesktop.qml index d6bea23ab..7ef92f32c 100644 --- a/src/qml/UserInfoDesktop.qml +++ b/src/qml/UserInfoDesktop.qml @@ -19,6 +19,12 @@ QQC2.ToolBar { padding: 0 + background: Rectangle { + color: Kirigami.Theme.backgroundColor + Kirigami.Theme.colorSet: Kirigami.Theme.Window + Kirigami.Theme.inherit: false + } + contentItem: ColumnLayout { spacing: 0 Kirigami.Separator {