mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -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
|
width: UM.Theme.getSize("section_icon").width
|
||||||
height: UM.Theme.getSize("section_icon").height
|
height: UM.Theme.getSize("section_icon").height
|
||||||
|
|
||||||
color: UM.Theme.getColor("icon")
|
color: UM.Theme.getColor("primary")
|
||||||
visible: packageData.isVerified
|
visible: packageData.isVerified
|
||||||
source: UM.Theme.getIcon("CheckCircle")
|
source: UM.Theme.getIcon("CheckCircle")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue