media controls: adjust color overlay transparency

This commit is contained in:
end-4
2025-07-15 20:44:17 +07:00
parent cb20a2bc76
commit 4d10ee6036
@@ -149,7 +149,7 @@ Item { // Player instance
Rectangle { Rectangle {
anchors.fill: parent anchors.fill: parent
color: ColorUtils.transparentize(blendedColors.colLayer0, 0.25) color: ColorUtils.transparentize(blendedColors.colLayer0, 0.3)
radius: root.popupRounding radius: root.popupRounding
} }
} }