feat(StatusRoundIcon): enable `icon.color` support

This commit is contained in:
Pascal Precht 2021-07-08 18:01:35 +02:00 committed by Michał Cieślak
parent 98783ee559
commit c85d626f1e
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ Rectangle {
width: 24
height: 24
rotation: 0
color: Theme.palette.primaryColor1
background: StatusIconBackgroundSettings {
width: 40
height: 40
@ -29,7 +30,7 @@ Rectangle {
width: statusRoundedIcon.icon.width
height: statusRoundedIcon.icon.height
color: Theme.palette.primaryColor1
color: statusRoundedIcon.icon.color
icon: statusRoundedIcon.icon.name
rotation: statusRoundedIcon.icon.rotation
}