mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-17 00:06:05 +03:00
fix: amnezia free card button hovers when card enabled (#2602)
This commit is contained in:
@@ -188,7 +188,7 @@ Button {
|
||||
|
||||
anchors.fill: parent
|
||||
radius: 12
|
||||
color: root.pressed ? rightImage.pressedColor : root.hovered ? rightImage.hoveredColor : rightImage.defaultColor
|
||||
color: root.pressed ? rightImage.pressedColor : root.hovered && root.enabled ? rightImage.hoveredColor : rightImage.defaultColor
|
||||
|
||||
Behavior on color {
|
||||
PropertyAnimation { duration: 200 }
|
||||
|
||||
Reference in New Issue
Block a user