Fixed wrong invite description text color in dark mode. Fixes #1912
This commit is contained in:
parent
604200639b
commit
367afb70a2
|
@ -52,7 +52,7 @@ Item {
|
||||||
//% "or"
|
//% "or"
|
||||||
text: qsTrId("or")
|
text: qsTrId("or")
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
color: Style.current.darkGrey
|
color: Style.current.secondaryText
|
||||||
anchors.left: shareKeyLink.right
|
anchors.left: shareKeyLink.right
|
||||||
anchors.leftMargin: 2
|
anchors.leftMargin: 2
|
||||||
anchors.bottom: shareKeyLink.bottom
|
anchors.bottom: shareKeyLink.bottom
|
||||||
|
@ -89,7 +89,7 @@ Item {
|
||||||
//% "friends to start messaging in Status"
|
//% "friends to start messaging in Status"
|
||||||
text: qsTrId("friends-to-start-messaging-in-status")
|
text: qsTrId("friends-to-start-messaging-in-status")
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
color: Style.current.darkGrey
|
color: Style.current.secondaryText
|
||||||
anchors.horizontalCenter: walkieTalkieImage.horizontalCenter
|
anchors.horizontalCenter: walkieTalkieImage.horizontalCenter
|
||||||
anchors.top: links.bottom
|
anchors.top: links.bottom
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue