Make theme file closer to what it was in 0.4.3

This commit is contained in:
miruka
2020-05-13 08:24:53 -04:00
parent c1dd06559c
commit bd3c78a73a
9 changed files with 54 additions and 50 deletions

View File

@@ -117,6 +117,6 @@ HListView {
Rectangle {
anchors.fill: parent
z: -100
color: theme.accountView.roomList.background
color: theme.mainPane.listView.background
}
}