[usersq] replace one more (missed) kirigami color
This commit is contained in:
parent
6bdc655719
commit
c98b5d7667
@ -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…
Reference in New Issue
Block a user