LockScreen: change forecast text color

This commit is contained in:
lysec
2025-10-05 23:29:24 +02:00
parent 083531c484
commit 2b83c12586
+1 -1
View File
@@ -490,7 +490,7 @@ Loader {
text: Math.round(LocationService.data.weather.daily.temperature_2m_max[index]) + "°/" + Math.round(LocationService.data.weather.daily.temperature_2m_min[index]) + "°"
pointSize: Style.fontSizeM * scaling
font.weight: Style.fontWeightMedium
color: Color.mOnSurface
color: Color.mOnSurfaceVariant
horizontalAlignment: Text.AlignHCenter
Layout.fillWidth: true
}