mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Adjust colors to work with dark theme.
Contributes to CURA-5784.
This commit is contained in:
parent
7fb72a1a58
commit
54554bff89
4 changed files with 4 additions and 86 deletions
|
@ -31,6 +31,7 @@ Column
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
visible: !loggedIn
|
||||
text: catalog.i18nc("@label", "Please login or create an account to
enjoy all features of Ultimaker Cura")
|
||||
color: UM.Theme.getColor("text")
|
||||
}
|
||||
|
||||
Column
|
||||
|
@ -44,6 +45,7 @@ Column
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
text: loggedIn ? profile["username"] : ""
|
||||
font: UM.Theme.getFont("large")
|
||||
color: UM.Theme.getColor("text")
|
||||
}
|
||||
|
||||
Label
|
||||
|
@ -51,6 +53,7 @@ Column
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
text: "email.address@hardcoded.is"
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue