fix(ui): use proper color for badge border
This commit is contained in:
parent
46fd32aaee
commit
5d59cb3870
|
@ -53,7 +53,7 @@ Column {
|
||||||
anchors.topMargin: 5
|
anchors.topMargin: 5
|
||||||
radius: height / 2
|
radius: height / 2
|
||||||
color: Style.current.blue
|
color: Style.current.blue
|
||||||
border.color: profileBtn.hovered ? Style.current.secondaryBackground : Style.current.background
|
border.color: profileBtn.hovered ? Style.current.secondaryBackground : Style.current.mainMenuBackground
|
||||||
border.width: 2
|
border.width: 2
|
||||||
width: 14
|
width: 14
|
||||||
height: 14
|
height: 14
|
||||||
|
|
|
@ -429,7 +429,7 @@ RowLayout {
|
||||||
anchors.topMargin: 1
|
anchors.topMargin: 1
|
||||||
radius: height / 2
|
radius: height / 2
|
||||||
color: Style.current.blue
|
color: Style.current.blue
|
||||||
border.color: chatBtn.hovered ? Style.current.secondaryBackground : Style.current.background
|
border.color: chatBtn.hovered ? Style.current.secondaryBackground : Style.current.mainMenuBackground
|
||||||
border.width: 2
|
border.width: 2
|
||||||
width: chatsModel.unreadMessagesCount < 10 ? 22 : messageCount.width + 14
|
width: chatsModel.unreadMessagesCount < 10 ? 22 : messageCount.width + 14
|
||||||
height: 22
|
height: 22
|
||||||
|
|
Loading…
Reference in New Issue