diff --git a/Modules/Bar/Components/Clock.qml b/Modules/Bar/Components/Clock.qml index be0b5bd..b6dd07d 100644 --- a/Modules/Bar/Components/Clock.qml +++ b/Modules/Bar/Components/Clock.qml @@ -57,7 +57,7 @@ WidgetBase { anchors.centerIn: parent color: root.contentColor - font: Config.appearance.font.family.mono // qmllint disable incompatible-type + font.family: Config.appearance.font.family.mono // qmllint disable incompatible-type height: implicitHeight text: Time.dateStr visible: root.horizontal @@ -84,7 +84,7 @@ WidgetBase { Layout.alignment: Qt.AlignHCenter color: root.contentColor - font: Config.appearance.font.family.mono // qmllint disable incompatible-type + font.family: Config.appearance.font.family.mono // qmllint disable incompatible-type text: Qt.formatDateTime(Time.date, modelData) Behavior on color {