fix(StatusChatListItem): use proper font size for chat name
This commit is contained in:
parent
893f96ac88
commit
0fb1818f53
|
@ -148,6 +148,7 @@ Rectangle {
|
|||
font.weight: statusChatListItem.hasMention ||
|
||||
statusChatListItem.hasUnreadMessages ||
|
||||
statusBadge.visible ? Font.Bold : Font.Medium
|
||||
font.pixelSize: 15
|
||||
}
|
||||
|
||||
StatusBadge {
|
||||
|
|
Loading…
Reference in New Issue