DimDesktop: better color

This commit is contained in:
ItsLemmy
2025-11-06 13:35:36 -05:00
parent 8e08af76d1
commit 95d3772292
+1 -1
View File
@@ -81,7 +81,7 @@ PanelWindow {
property bool isPanelOpen: PanelService.openedPanel !== null
color: {
if (dimDesktop && isPanelOpen) {
return Qt.alpha(Color.mSurfaceVariant, Style.opacityHeavy)
return Qt.alpha(Color.mShadow, 0.8)
}
return Color.transparent
}