mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Use primary colour for verified icon
Contributes to issue CURA-8561.
This commit is contained in:
parent
d186912596
commit
1efdd9205b
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue