This commit is contained in:
2026-04-09 11:19:36 -05:00
parent f4b032e96f
commit be1318c3cb
3 changed files with 115 additions and 68 deletions

View File

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