Merge branch 'Ly-sec:main' into main

This commit is contained in:
ferrreo 2025-07-16 13:13:15 +01:00 committed by GitHub
commit daf12331c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 55 additions and 26 deletions

View file

@ -114,8 +114,8 @@ Rectangle {
width: 32
height: 32
radius: 16
color: systemButtonArea.containsMouse || systemButtonArea.pressed ? Theme.accentPrimary : "transparent"
border.color: Theme.accentPrimary
color: systemButtonArea.containsMouse || systemButtonArea.pressed ? Theme.error : "transparent"
border.color: Theme.error
border.width: 1
Text {
@ -123,7 +123,7 @@ Rectangle {
text: "power_settings_new"
font.family: "Material Symbols Outlined"
font.pixelSize: 16
color: systemButtonArea.containsMouse || systemButtonArea.pressed ? Theme.backgroundPrimary : Theme.accentPrimary
color: systemButtonArea.containsMouse || systemButtonArea.pressed ? Theme.backgroundPrimary : Theme.error
}
MouseArea {