Suggested changes

CURA-8849
This commit is contained in:
j.delarago 2022-06-15 17:40:07 +02:00
parent 142f1823b3
commit 6f8470167f
3 changed files with 3 additions and 4 deletions

View file

@ -14,7 +14,7 @@ Rectangle
id: base
height: 60
Layout.fillWidth: true
color: mouseArea.containsMouse || selected ? UM.Theme.getColor("um_blue_1") : UM.Theme.getColor("background_1")
color: mouseArea.containsMouse || selected ? UM.Theme.getColor("background_3") : UM.Theme.getColor("background_1")
property bool selected: false
property string profileName: ""