[#2550] Fixed wrong color in key icon

Key icon color was wrong at the community
welcome message

Closes #2550
This commit is contained in:
Alexandra Betouni 2021-07-19 19:21:43 +03:00 committed by Iuri Matias
parent abf89fa399
commit 9ee7079744
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import QtQuick 2.13 import QtQuick 2.13
import QtGraphicalEffects 1.13
import "../../../../shared" import "../../../../shared"
import "../../../../shared/status" import "../../../../shared/status"
import "../../../../imports" import "../../../../imports"
@ -31,6 +32,11 @@ Rectangle {
source: "../../../img/key.svg" source: "../../../img/key.svg"
width: 40 width: 40
height: 40 height: 40
ColorOverlay {
anchors.fill: parent
source: parent
color: Style.current.blue
}
} }
StyledText { StyledText {