Border radius uniformisation

We had a lot of radius 20, 22 and 24 which led to design
inconsistencies.  Set them all to 20.
This commit is contained in:
Sébastien Atoch 2025-08-03 22:52:59 -04:00
parent 01be1f0bda
commit 5e2ad9dec6
6 changed files with 8 additions and 8 deletions

View file

@ -240,7 +240,7 @@ WlSessionLock {
width: parent.width * 0.8
height: 44
color: Theme.overlay
radius: 22
radius: 20
visible: lock.errorMessage !== ""
Text {
@ -258,7 +258,7 @@ WlSessionLock {
Layout.alignment: Qt.AlignHCenter
width: 120
height: 44
radius: 22
radius: 20
opacity: unlockButtonArea.containsMouse ? 0.8 : 0.5
color: unlockButtonArea.containsMouse ? Theme.accentPrimary : Theme.surface
border.color: Theme.accentPrimary