summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/Log.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/Log.qml')
-rw-r--r--mobile-widgets/qml/Log.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Log.qml b/mobile-widgets/qml/Log.qml
index 72f54606c..a027b7513 100644
--- a/mobile-widgets/qml/Log.qml
+++ b/mobile-widgets/qml/Log.qml
@@ -27,7 +27,7 @@ Kirigami.ScrollablePage {
delegate : Text {
width: logWindow.width
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
- color: Kirigami.Theme.textColor
+ color: subsurfaceTheme.textColor
text : message
font.pointSize: subsurfaceTheme.smallPointSize
leftPadding: Kirigami.Units.gridUnit / 2