diff --git a/quickshell/Modals/DankLauncherV2/LauncherContent.qml b/quickshell/Modals/DankLauncherV2/LauncherContent.qml index 1444cbbd..21567bef 100644 --- a/quickshell/Modals/DankLauncherV2/LauncherContent.qml +++ b/quickshell/Modals/DankLauncherV2/LauncherContent.qml @@ -288,7 +288,7 @@ FocusScope { Rectangle { anchors.fill: parent anchors.topMargin: -Theme.cornerRadius - color: Theme.surfaceContainerHigh + color: Theme.withAlpha(Theme.surfaceContainerHigh, Theme.popupTransparency) radius: Theme.cornerRadius }