Fix button hover overlay colors

This commit is contained in:
miruka
2019-07-24 16:44:35 -04:00
parent cb25c30cb9
commit 2be23128b1
3 changed files with 6 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ Button {
id: buttonBackgroundOverlay
anchors.fill: parent
radius: parent.radius
color: "black"
color: theme.controls.button.hoveredOverlay
opacity: 0
Behavior on opacity { HNumberAnimation { factor: 0.5 } }