Change background of Premium plugins and materials

Or else the link "Search materials" in the materials tab was very hard to see.

CURA-8380
This commit is contained in:
Konstantinos Karmas 2021-08-24 13:32:25 +02:00
parent 01b0d78f7b
commit d24d520db0
3 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,7 @@ import UM 1.1 as UM
Rectangle
{
color: UM.Theme.getColor("secondary")
color: UM.Theme.getColor("toolbox_premium_packages_background")
height: childrenRect.height
width: parent.width
Column