clock-desktop: fixed undefined color in the settings

This commit is contained in:
Lemmy
2026-02-06 17:37:07 -05:00
parent af2e3d207a
commit 641e0afeee
@@ -247,7 +247,7 @@ ColumnLayout {
family: valueUseCustomFont && valueCustomFont ? valueCustomFont : Settings.data.ui.fontDefault
pointSize: Style.fontSizeM
font.weight: Style.fontWeightBold
color: valueClockColor
color: Color.resolveColorKey(valueClockColor)
wrapMode: Text.WordWrap
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter