Skip to content
Snippets Groups Projects
Verified Commit 02406bf9 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix a few label colors

parent b9ffcffe
No related branches found
No related tags found
No related merge requests found
Pipeline #5657 failed
......@@ -47,6 +47,7 @@ Item {
anchors.centerIn: parent
font.pointSize: 24
text: qsTr("No room open")
color: palette.text
visible: !room && !TimelineManager.isInitialSync && (!roomPreview || !roomPreview.roomid)
}
Spinner {
......
......@@ -47,6 +47,7 @@ Control {
text: qsTr("Encryption keeps your messages safe by only allowing the people you sent the message to to read it. For extra security, if you want to make sure you are talking to the right people, you can verify them in real life.")
textFormat: Text.PlainText
wrapMode: Label.WordWrap
color: palette.text
Layout.fillWidth: true
Layout.maximumWidth: implicitWidth + 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment