hefty: more subtle focus grab darkening

This commit is contained in:
end-4
2026-03-15 17:30:56 +01:00
parent b3d15cbae1
commit 3cac4206f9
@@ -40,7 +40,7 @@ PanelWindow {
anchors.fill: parent anchors.fill: parent
shown: GlobalFocusGrab.active shown: GlobalFocusGrab.active
sourceComponent: Rectangle { sourceComponent: Rectangle {
opacity: 0.4 opacity: 0.2
color: Appearance.m3colors.m3scrim color: Appearance.m3colors.m3scrim
} }
} }