Similar fade on all menus

This commit is contained in:
David Heinemeier Hansson
2026-05-16 12:58:39 +02:00
parent 372f582b3d
commit 80ab790879
2 changed files with 7 additions and 2 deletions
@@ -382,7 +382,7 @@ Item {
Rectangle {
anchors.fill: parent
color: root.withAlpha(root.background, 0.72)
color: root.withAlpha(root.background, 0.5)
}
MouseArea {