mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 18:48:47 +00:00
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…
x
Reference in New Issue
Block a user