Hi Vlad, I noticed that the cover is still a tad different color than the other covers. So I checked it's qml code and found the reason. Code: Rectangle { id: background_rect anchors.fill: parent opacity: 0.1 color: "white" } Set opacity to 0.0 to fix it.
Rectangle { id: background_rect anchors.fill: parent opacity: 0.1 color: "white" }