updating styles to use theme colours

This commit is contained in:
erinn 2020-05-19 16:30:28 -07:00
parent 4b2a8842cc
commit d984d68916
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Item {
visible: height != 0
Rectangle {
color: windowItem.cwtch_dark_color
color: theme.backgroundPaneColor
anchors.fill: parent
}