Skip to content

Commit 6475c4f

Browse files
wjyrichdeepin-bot[bot]
authored andcommitted
fix: when search item, modify select color.
as title. PMS-BUG-289159
1 parent eb034a5 commit 6475c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qml/GridViewContainer.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ FocusScope {
125125
margins: 5
126126
}
127127
radius: 18
128-
color: Qt.rgba(0, 0, 0, 0.2)
128+
color: Qt.rgba(1, 1, 1, 0.2)
129129
visible: alwaysShowHighlighted
130130
}
131131
}

0 commit comments

Comments
 (0)