diff options
Diffstat (limited to 'mobile-widgets/qml/HintsTextEdit.qml')
-rw-r--r-- | mobile-widgets/qml/HintsTextEdit.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/HintsTextEdit.qml b/mobile-widgets/qml/HintsTextEdit.qml index 556b9380d..5bf57207f 100644 --- a/mobile-widgets/qml/HintsTextEdit.qml +++ b/mobile-widgets/qml/HintsTextEdit.qml @@ -66,7 +66,7 @@ TextField { } } background: Rectangle { - color: Kirigami.Theme.viewBackgroundColor + color: subsurfaceTheme.backgroundColor radius: 2 layer.enabled: true layer.effect: DropShadow { @@ -79,7 +79,7 @@ TextField { color: Qt.rgba(0, 0, 0, 0.5) } Rectangle { - color: Kirigami.Theme.viewBackgroundColor + color: subsurfaceTheme.backgroundColor width: Kirigami.Units.gridUnit height: width rotation: 45 |