fix(ui): use correct darkmode color for icons in profile section

This commit is contained in:
Pascal Precht 2021-04-13 12:23:00 +02:00 committed by Pascal Precht
parent ce774a4dae
commit a243c04e29
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ Rectangle {
anchors.leftMargin: Style.current.padding
anchors.verticalCenter: parent.verticalCenter
source: menuButton.source
ColorOverlay {
anchors.fill: parent
source: parent
color: Style.current.blue
}
}
StyledText {