fix(@desktop/chat): Fix color of my profile button

fixes #3515
This commit is contained in:
Anthony Laibe 2021-09-20 10:35:24 +02:00 committed by Iuri Matias
parent 5e0a3ea318
commit 0135a74993
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ModalPopup {
background: Rectangle {
anchors.fill: parent
radius: 34
color: Style.current.roundedButtonSecondaryHoveredBackgroundColor
color: Style.current.blue
}
contentItem: Item {
anchors.fill: parent