mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 03:23:33 +02:00
White error text instead of black
This commit is contained in:
parent
6c7fb7e54c
commit
426fbc662a
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ Dialog {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
text: loginDialog.statusText
|
||||
color: "black"
|
||||
color: "white"
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
|
Loading…
Reference in a new issue