mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix some smaller coloring issues
This commit is contained in:
parent
bb66254c58
commit
3226d1787c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue