mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[usersq] replace one more (missed) kirigami color
This commit is contained in:
parent
6bdc655719
commit
c98b5d7667
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ Kirigami.ScrollablePage {
|
|||
readonly property color unfilledFieldOutlineColor: "#F1F1F1"
|
||||
readonly property color positiveFieldOutlineColor: "#DCFFDC"
|
||||
readonly property color negativeFieldOutlineColor: "#BE5F68"
|
||||
readonly property color headerTextColor: "#1F1F1F"
|
||||
readonly property color commentsColor: "#6D6D6D"
|
||||
|
||||
width: parent.width
|
||||
|
@ -36,7 +37,7 @@ Kirigami.ScrollablePage {
|
|||
Layout.fillWidth: true
|
||||
height: 50
|
||||
horizontalAlignment: Qt.AlignHCenter
|
||||
color: Kirigami.Theme.textColor
|
||||
color: headerTextColor
|
||||
font.weight: Font.Medium
|
||||
font.pointSize: 12
|
||||
text: qsTr("Pick your user name and credentials to login and perform admin tasks")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue