Skip to content
Snippets Groups Projects
Commit 3226d178 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix some smaller coloring issues

parent bb66254c
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ Page {
anchors.centerIn: parent
text: qsTr("No room open")
font.pointSize: 24
color: colors.text
}
BusyIndicator {
......@@ -284,6 +285,7 @@ Page {
anchors.leftMargin: 10
anchors.rightMargin: 10
color: colors.text
text: chat.model ? chat.model.formatTypingUsers(chat.model.typingUsers, colors.window) : ""
textFormat: Text.RichText
}
......
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