fix(@desktop/chat): update color of close suggestion to be lighter

This commit is contained in:
Anthony Laibe 2021-07-09 09:50:16 +01:00 committed by Iuri Matias
parent 4207844826
commit 70e8df5cc2
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Rectangle {
anchors.rightMargin: 10
icon.height: 20
icon.width: 20
iconColor: Style.current.darkGrey
iconColor: Style.current.midGrey
}
MouseArea {