From 5bdd67dcc18d5aa938db380f039fd552800b7519 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 15 May 2023 14:03:04 +0200 Subject: [PATCH] Fix background color of TypingPane --- src/qml/Component/TypingPane.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qml/Component/TypingPane.qml b/src/qml/Component/TypingPane.qml index bf28f4084..0205bc3ff 100644 --- a/src/qml/Component/TypingPane.qml +++ b/src/qml/Component/TypingPane.qml @@ -28,6 +28,9 @@ Loader { id: fontMetrics } + Kirigami.Theme.colorSet: Kirigami.Theme.View + Kirigami.Theme.inherit: false + contentItem: RowLayout { spacing: typingPane.spacing Row {