From a3d969b6f3c405a3c98bd36f8dbe98ab0f86da56 Mon Sep 17 00:00:00 2001 From: erinn Date: Tue, 19 May 2020 16:24:22 -0700 Subject: [PATCH] updating styles to use theme colours --- TextField.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TextField.qml b/TextField.qml index 333f3bb..77c2ebd 100644 --- a/TextField.qml +++ b/TextField.qml @@ -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 } }