diff --git a/Modules/Clock.qml b/Modules/Clock.qml index c69e2c1..c81f504 100644 --- a/Modules/Clock.qml +++ b/Modules/Clock.qml @@ -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 {