From 4b2a8842cc7708abaa927247147e4c74d6731709 Mon Sep 17 00:00:00 2001 From: erinn Date: Tue, 19 May 2020 16:29:19 -0700 Subject: [PATCH] updating styles to use theme colours --- styles/CwtchTextAreaStyle.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/CwtchTextAreaStyle.qml b/styles/CwtchTextAreaStyle.qml index f239b03..fb99cdc 100644 --- a/styles/CwtchTextAreaStyle.qml +++ b/styles/CwtchTextAreaStyle.qml @@ -1,6 +1,6 @@ import QtQuick.Controls.Styles 1.4 import QtQuick 2.7 -import "theme" +import "../theme" TextAreaStyle { textColor: "black"