Make AccountCreation page readable too
This commit is contained in:
parent
4a40e72411
commit
be0f54b398
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ import QtQuick.Shapes 1.0
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: accountCreation
|
id: accountCreation
|
||||||
|
|
||||||
color: Qt.rgba(0.1, 0.1, 0.1, 1.0)
|
color: myPalette.window
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: 700
|
width: 700
|
||||||
|
@ -44,7 +44,7 @@ Rectangle {
|
||||||
|
|
||||||
font.pointSize: 18
|
font.pointSize: 18
|
||||||
|
|
||||||
color: "white"
|
color: myPalette.text
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
@ -55,7 +55,7 @@ Rectangle {
|
||||||
|
|
||||||
text: "Username"
|
text: "Username"
|
||||||
|
|
||||||
color: "white"
|
color: myPalette.text
|
||||||
}
|
}
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
|
@ -71,7 +71,7 @@ Rectangle {
|
||||||
|
|
||||||
text: "Password"
|
text: "Password"
|
||||||
|
|
||||||
color: "white"
|
color: myPalette.text
|
||||||
}
|
}
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
|
|
Reference in a new issue