qml/PlaylistListView: update background color

use 'bgAlt' constant for background color
This commit is contained in:
Prince Gupta 2021-07-14 20:44:31 +05:30 committed by Jean-Baptiste Kempf
parent 526cd11414
commit 136839ed90
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ FocusScope {
Rectangle {
id: parentRect
anchors.fill: parent
color: colors.banner
color: colors.bgAlt
onActiveFocusChanged: {
if (activeFocus)