From 86c195f2e6ebd59907f7a80abdd0cb4bf3999b37 Mon Sep 17 00:00:00 2001 From: erinn Date: Tue, 19 May 2020 16:25:00 -0700 Subject: [PATCH] updating styles to use theme colours --- TextField.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TextField.qml b/TextField.qml index 77c2ebd..faaf939 100644 --- a/TextField.qml +++ b/TextField.qml @@ -1,7 +1,6 @@ import QtQuick 2.7 - import QtQuick.Controls 2.13 - +import "theme" TextField { color: "black"