use mono font for clock

This commit is contained in:
2026-04-23 01:06:12 +02:00
parent 6b8ae3f291
commit 1eb2bbda00
+1
View File
@@ -23,6 +23,7 @@ CustomRect {
anchors.centerIn: parent
color: root.visibilities.dashboard ? DynamicColors.palette.m3onPrimary : DynamicColors.palette.m3onSurface
font: Appearance.font.family.mono
text: Time.dateStr
Behavior on color {