mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 08:45:54 +08:00
Use primary colour for verified icon
Contributes to issue CURA-8561.
This commit is contained in:
parent
d186912596
commit
1efdd9205b
@ -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…
x
Reference in New Issue
Block a user