Remove unneeded property change

CURA-8421
This commit is contained in:
Jaime van Kessel 2021-09-22 09:35:09 +02:00
parent dc181a3426
commit f55e3363d0

View file

@ -26,7 +26,7 @@ Item
{
anchors.fill: parent
radius: UM.Theme.getSize("action_button_radius").width
color: applicationSwitcherButton.hovered ? UM.Theme.getColor("primary_text") : "transparent"
color: UM.Theme.getColor("primary_text")
opacity: applicationSwitcherButton.hovered ? 0.2 : 0
}