diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-04-29 21:41:46 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-04-29 21:41:46 +0200 |
commit | 3226d1787c3201f6ddbff989d902637adaada5a0 (patch) | |
tree | d384f0e133444bdd3dc2e2439319d9e1d65e93f9 /resources | |
parent | Make notifications a bit easier to read (diff) | |
download | nheko-3226d1787c3201f6ddbff989d902637adaada5a0.tar.xz |
Fix some smaller coloring issues
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/TimelineView.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |