fix(StatusChatListItem): fix online status badge hover color
Fixes: #7755
This commit is contained in:
parent
293981b0b2
commit
76d50b5b90
|
@ -94,8 +94,8 @@ Rectangle {
|
|||
badge {
|
||||
visible: type === StatusChatListItem.Type.OneToOneChat
|
||||
color: onlineStatus === StatusChatListItem.OnlineStatus.Online ? Theme.palette.successColor1 : Theme.palette.baseColor1
|
||||
border.width: 1
|
||||
border.color: root.color
|
||||
border.width: 2
|
||||
border.color: hoverHander.hovered ? Theme.palette.statusBadge.hoverBorderColor : root.color
|
||||
implicitHeight: 9
|
||||
implicitWidth: 9
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue