fix weird blur xray on media controls

This commit is contained in:
end-4
2025-11-02 21:49:27 +01:00
parent d005f9204c
commit 525108dd95
2 changed files with 2 additions and 1 deletions
@@ -101,7 +101,7 @@ Item { // Player instance
id: background
anchors.fill: parent
anchors.margins: Appearance.sizes.elevationMargin
color: blendedColors.colLayer0
color: ColorUtils.applyAlpha(blendedColors.colLayer0, 1)
radius: root.radius
layer.enabled: true