mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 02:06:19 +00:00
feat(StatusRoundIcon): enable icon.color
support
This commit is contained in:
parent
98783ee559
commit
c85d626f1e
@ -9,6 +9,7 @@ Rectangle {
|
|||||||
width: 24
|
width: 24
|
||||||
height: 24
|
height: 24
|
||||||
rotation: 0
|
rotation: 0
|
||||||
|
color: Theme.palette.primaryColor1
|
||||||
background: StatusIconBackgroundSettings {
|
background: StatusIconBackgroundSettings {
|
||||||
width: 40
|
width: 40
|
||||||
height: 40
|
height: 40
|
||||||
@ -29,7 +30,7 @@ Rectangle {
|
|||||||
width: statusRoundedIcon.icon.width
|
width: statusRoundedIcon.icon.width
|
||||||
height: statusRoundedIcon.icon.height
|
height: statusRoundedIcon.icon.height
|
||||||
|
|
||||||
color: Theme.palette.primaryColor1
|
color: statusRoundedIcon.icon.color
|
||||||
icon: statusRoundedIcon.icon.name
|
icon: statusRoundedIcon.icon.name
|
||||||
rotation: statusRoundedIcon.icon.rotation
|
rotation: statusRoundedIcon.icon.rotation
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user