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 {