digital clock: use clocktext instead of styledtext

This commit is contained in:
vaguesyntax
2025-11-28 23:21:58 +03:00
parent 533b9c01f5
commit fd209851d9
2 changed files with 4 additions and 12 deletions
@@ -16,7 +16,7 @@ Text {
hintingPreference: Font.PreferDefaultHinting
family: defaultFont
pixelSize: Appearance?.font.pixelSize.small ?? 15
//variableAxes: shouldUseNumberFont ? ({}) : Appearance.font.variableAxes.main
//variableAxes: shouldUseNumberFont ? ({}) : Appearance.font.variableAxes.main // Disabled for now because it causes some fonts to not display their weight properly
}
color: Appearance?.m3colors.m3onBackground ?? "black"
linkColor: Appearance?.m3colors.m3primary