aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/Page.qml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Page.qml')
-rw-r--r--desktop/Page.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Page.qml b/desktop/Page.qml
index 0c29806..1bf312c 100644
--- a/desktop/Page.qml
+++ b/desktop/Page.qml
@@ -33,7 +33,7 @@ Item {
Text {
anchors.centerIn: parent
text: ""
- font { family: Theme.fontFamily; pixelSize: 14 }
+ font { family: Theme.iconFamily; pixelSize: 14 }
color: Theme.text
}