From be0f54b398a6bcb2761f2222d47451ae6cfba009 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 15 Aug 2022 13:37:26 -0400 Subject: [PATCH] Make AccountCreation page readable too --- qml/AccountCreation.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qml/AccountCreation.qml b/qml/AccountCreation.qml index 2c1952e..346b757 100644 --- a/qml/AccountCreation.qml +++ b/qml/AccountCreation.qml @@ -6,7 +6,7 @@ import QtQuick.Shapes 1.0 Rectangle { id: accountCreation - color: Qt.rgba(0.1, 0.1, 0.1, 1.0) + color: myPalette.window Rectangle { width: 700 @@ -44,7 +44,7 @@ Rectangle { font.pointSize: 18 - color: "white" + color: myPalette.text } Text { @@ -55,7 +55,7 @@ Rectangle { text: "Username" - color: "white" + color: myPalette.text } TextField { @@ -71,7 +71,7 @@ Rectangle { text: "Password" - color: "white" + color: myPalette.text } TextField {