From 2b83c125862a1a5d98aadf60509976c0a2d1a46b Mon Sep 17 00:00:00 2001 From: lysec Date: Sun, 5 Oct 2025 23:29:24 +0200 Subject: [PATCH] LockScreen: change forecast text color --- Modules/LockScreen/LockScreen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/LockScreen/LockScreen.qml b/Modules/LockScreen/LockScreen.qml index 5cffff21..1819b18e 100644 --- a/Modules/LockScreen/LockScreen.qml +++ b/Modules/LockScreen/LockScreen.qml @@ -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 }