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