1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

popout: fix inconsistent transparency

This commit is contained in:
bbedward
2026-03-31 09:06:48 -04:00
parent e9aeb9ac60
commit 8ef1d95e65
4 changed files with 5 additions and 5 deletions

View File

@@ -579,7 +579,7 @@ Item {
Rectangle {
anchors.fill: parent
radius: Theme.cornerRadius
color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency)
color: "transparent"
border.color: BlurService.enabled ? BlurService.borderColor : Theme.outlineMedium
border.width: BlurService.borderWidth
}