summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/TemplateComboBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/TemplateComboBox.qml b/mobile-widgets/qml/TemplateComboBox.qml
index e0582b7f0..0583a7c6c 100644
--- a/mobile-widgets/qml/TemplateComboBox.qml
+++ b/mobile-widgets/qml/TemplateComboBox.qml
@@ -5,5 +5,5 @@ import QtQuick.Layouts 1.11
ComboBox {
Layout.fillWidth: true
- font.pointSize: theme.regularPointSize
+ font.pointSize: subsurfaceTheme.regularPointSize
}