Archived
1
Fork 0

Make AccountCreation page readable too

This commit is contained in:
Joshua Goins 2022-08-15 13:37:26 -04:00
parent 4a40e72411
commit be0f54b398

View file

@ -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 {