Fixed wrong invite description text color in dark mode. Fixes #1912

This commit is contained in:
ace-smart 2021-02-25 19:40:45 +04:00 committed by Iuri Matias
parent 604200639b
commit 367afb70a2
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Item {
//% "or"
text: qsTrId("or")
font.pixelSize: 15
color: Style.current.darkGrey
color: Style.current.secondaryText
anchors.left: shareKeyLink.right
anchors.leftMargin: 2
anchors.bottom: shareKeyLink.bottom
@ -89,7 +89,7 @@ Item {
//% "friends to start messaging in Status"
text: qsTrId("friends-to-start-messaging-in-status")
font.pixelSize: 15
color: Style.current.darkGrey
color: Style.current.secondaryText
anchors.horizontalCenter: walkieTalkieImage.horizontalCenter
anchors.top: links.bottom
}