updating styles to use theme colours

This commit is contained in:
erinn 2020-05-19 16:24:22 -07:00
parent 4a9a7e2aa0
commit a3d969b6f3
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ TextField {
background: Rectangle {
radius: 2
color: windowItem.cwtch_background_color
border.color: windowItem.cwtch_color
color: Theme.backgroundPaneColor
border.color: Theme.defaultButtonActiveColor
}
}