aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/Tile.qml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Tile.qml')
-rw-r--r--desktop/Tile.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Tile.qml b/desktop/Tile.qml
index 0451c39..d78edb5 100644
--- a/desktop/Tile.qml
+++ b/desktop/Tile.qml
@@ -40,7 +40,7 @@ Rectangle {
Text {
text: tile.icon
- font { family: Theme.fontFamily; pixelSize: 22 }
+ font { family: Theme.iconFamily; pixelSize: 22 }
color: tile.active ? Theme.accent : Theme.text
}