Change secondHandColor on LockScreen back to mPrimary

This commit is contained in:
Corey Woodworth
2025-10-29 23:28:22 -04:00
parent 9c66d64d85
commit f39ea9e704
+1
View File
@@ -372,6 +372,7 @@ Loader {
Layout.alignment: Qt.AlignVCenter
backgroundColor: Color.mSurface
clockColor: Color.mOnSurface
secondHandColor: Color.mPrimary
}
}
}