From 3226d1787c3201f6ddbff989d902637adaada5a0 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 29 Apr 2020 21:41:46 +0200 Subject: [PATCH] Fix some smaller coloring issues --- resources/qml/TimelineView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index cad341b5..09865d16 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -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 }