Fix some smaller coloring issues

This commit is contained in:
Nicolas Werner 2020-04-29 21:41:46 +02:00
parent bb66254c58
commit 3226d1787c
1 changed files with 2 additions and 0 deletions

View File

@ -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
}