Use primary colour for verified icon

Contributes to issue CURA-8561.
This commit is contained in:
Ghostkeeper 2021-11-09 17:47:32 +01:00
parent d186912596
commit 1efdd9205b
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF

View file

@ -69,7 +69,7 @@ Rectangle
width: UM.Theme.getSize("section_icon").width
height: UM.Theme.getSize("section_icon").height
color: UM.Theme.getColor("icon")
color: UM.Theme.getColor("primary")
visible: packageData.isVerified
source: UM.Theme.getIcon("CheckCircle")