mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 12:29:37 +00:00
parent
3fdd593f0f
commit
1ab9b82541
@ -305,7 +305,7 @@ StatusAppLayout {
|
||||
badge.implicitWidth: 15
|
||||
badge.border.color: hovered ? Theme.palette.statusBadge.hoverBorderColor : Theme.palette.statusAppNavBar.backgroundColor
|
||||
badge.color: {
|
||||
return profileModel.profile.sendUserStatus ? Style.current.green : Style.current.darkGrey
|
||||
return profileModel.profile.sendUserStatus ? Style.current.green : Style.current.midGrey
|
||||
/*
|
||||
// Use this code once support for custom user status is added
|
||||
switch(profileModel.profile.currentUserStatus){
|
||||
@ -314,7 +314,7 @@ StatusAppLayout {
|
||||
case Constants.statusType_DoNotDisturb:
|
||||
return Style.current.red;
|
||||
default:
|
||||
return Style.current.darkGrey;
|
||||
return Style.current.midGrey;
|
||||
}*/
|
||||
}
|
||||
badge.border.width: 3
|
||||
|
@ -101,7 +101,7 @@ PopupMenu {
|
||||
root.close()
|
||||
}
|
||||
|
||||
icon.color: Style.current.darkGrey
|
||||
icon.color: Style.current.midGrey
|
||||
icon.source: "img/offline.svg"
|
||||
icon.width: 16
|
||||
icon.height: 16
|
||||
|
Loading…
x
Reference in New Issue
Block a user