diff --git a/Modules/Clock.qml b/Modules/Clock.qml index 26da1f8..67ff432 100644 --- a/Modules/Clock.qml +++ b/Modules/Clock.qml @@ -23,7 +23,7 @@ CustomRect { anchors.centerIn: parent color: root.visibilities.dashboard ? DynamicColors.palette.m3onPrimary : DynamicColors.palette.m3onSurface - font: Appearance.font.family.mono + font: Appearance.font.family.mono // qmllint disable incompatible-type text: Time.dateStr Behavior on color {