LockScreen: fixed a few old color names.

This commit is contained in:
quadbyte 2025-08-17 14:08:43 -04:00
parent 3a65491a14
commit 405c8717b9

View file

@ -606,7 +606,7 @@ WlSessionLock {
Text { Text {
anchors.centerIn: parent anchors.centerIn: parent
text: lock.authenticating ? "EXECUTING" : "EXECUTE" text: lock.authenticating ? "EXECUTING" : "EXECUTE"
color: executeButtonArea.containsMouse ? Color.onAccent : Color.mPrimary color: executeButtonArea.containsMouse ? Color.mOnPrimary : Color.mPrimary
font.family: "DejaVu Sans Mono" font.family: "DejaVu Sans Mono"
font.pointSize: Style.fontSizeMedium font.pointSize: Style.fontSizeMedium
font.weight: Font.Bold font.weight: Font.Bold
@ -736,7 +736,7 @@ WlSessionLock {
text: "power_settings_new" text: "power_settings_new"
font.family: "Material Symbols Outlined" font.family: "Material Symbols Outlined"
font.pointSize: Style.fontSizeXXL * scaling font.pointSize: Style.fontSizeXXL * scaling
color: shutdownArea.containsMouse ? Color.onAccent : Color.mError color: shutdownArea.containsMouse ? Color.mOnPrimary : Color.mError
} }
Behavior on color { Behavior on color {
@ -792,7 +792,7 @@ WlSessionLock {
text: "refresh" text: "refresh"
font.family: "Material Symbols Outlined" font.family: "Material Symbols Outlined"
font.pointSize: Style.fontSizeXXL * scaling font.pointSize: Style.fontSizeXXL * scaling
color: rebootArea.containsMouse ? Color.onAccent : Color.mPrimary color: rebootArea.containsMouse ? Color.mOnPrimary : Color.mPrimary
} }
Behavior on color { Behavior on color {
@ -850,7 +850,7 @@ WlSessionLock {
text: "exit_to_app" text: "exit_to_app"
font.family: "Material Symbols Outlined" font.family: "Material Symbols Outlined"
font.pointSize: Style.fontSizeXXL * scaling font.pointSize: Style.fontSizeXXL * scaling
color: logoutArea.containsMouse ? Color.onAccent : Color.mSecondary color: logoutArea.containsMouse ? Color.mOnPrimary : Color.mSecondary
} }
Behavior on color { Behavior on color {