update import paths

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

View File

@ -1,5 +1,6 @@
import QtQuick.Controls.Styles 1.4
import QtQuick 2.7
import "../theme"
TextFieldStyle {
id: root
@ -9,7 +10,7 @@ TextFieldStyle {
background: Rectangle {
radius: 2
color: windowItem.cwtch_background_color
border.color: windowItem.cwtch_color
color: Theme.backgroundPaneColor
border.color: Theme.defaultButtonActiveColor//??
}
}