diff --git a/styles/CwtchTextAreaStyle.qml b/styles/CwtchTextAreaStyle.qml index 4e0e584..f239b03 100644 --- a/styles/CwtchTextAreaStyle.qml +++ b/styles/CwtchTextAreaStyle.qml @@ -1,8 +1,8 @@ import QtQuick.Controls.Styles 1.4 import QtQuick 2.7 - +import "theme" TextAreaStyle { textColor: "black" - backgroundColor: windowItem.cwtch_background_color + backgroundColor: Theme.backgroundPaneColor }