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 {
|
||||
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 {
|
||||
|
|
Reference in a new issue