Fixing coloration in dark theme of autocomplete categories.

This commit is contained in:
Ad5001 2023-05-24 06:47:34 +02:00
parent 016a21ecb4
commit 75e70903f1
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -84,11 +84,12 @@ ListView {
Text {
leftPadding: 5
text: listFiltered.category
color: sysPalette.windowText
}
Rectangle {
height: 1
color: 'black'
color: 'gray'
width: parent.width
}
}