fix(StatusChatListItem): use proper font size for chat name

This commit is contained in:
Pascal Precht 2021-06-07 13:04:47 +02:00 committed by Pascal Precht
parent 3a7a338da8
commit ac80f7f78d
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ Rectangle {
font.weight: statusChatListItem.hasMention ||
statusChatListItem.hasUnreadMessages ||
statusBadge.visible ? Font.Bold : Font.Medium
font.pixelSize: 15
}
StatusBadge {