works
This commit is contained in:
@@ -15,7 +15,7 @@ ClippingWrapperRectangle {
|
||||
radius: 10
|
||||
|
||||
color: "black"
|
||||
//color: Pywal.special.background
|
||||
//color: Settings.special.background
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
@@ -23,31 +23,31 @@ ClippingWrapperRectangle {
|
||||
id: error
|
||||
text: ""
|
||||
color: "red"
|
||||
//color: Pywal.colors.color13
|
||||
//color: Settings.colors.color13
|
||||
visible: false
|
||||
}
|
||||
Text {
|
||||
text: "User"
|
||||
color: "white"
|
||||
//color: Pywal.special.foreground
|
||||
//color: Settings.special.foreground
|
||||
}
|
||||
TextInput {
|
||||
id: username
|
||||
text: "guest"
|
||||
color: "white"
|
||||
//color: Pywal.special.foreground
|
||||
//color: Settings.special.foreground
|
||||
}
|
||||
Text {
|
||||
text: "Password"
|
||||
color: "white"
|
||||
//color: Pywal.special.foreground
|
||||
//color: Settings.special.foreground
|
||||
}
|
||||
TextInput {
|
||||
id: password
|
||||
text: "test"
|
||||
echoMode: TextInput.Password
|
||||
color: "white"
|
||||
//color: Pywal.special.foreground
|
||||
//color: Settings.special.foreground
|
||||
}
|
||||
|
||||
Button {
|
||||
|
||||
Reference in New Issue
Block a user