Fix title menu icon getting stuck on white

This commit is contained in:
David Rowe 2017-03-17 11:28:14 +13:00
parent 069e66b875
commit 07e4b0ce41

View file

@ -60,7 +60,7 @@ FocusScope {
anchors.fill: parent anchors.fill: parent
hoverEnabled: true hoverEnabled: true
onEntered: iconColorOverlay.color = "#1fc6a6"; onEntered: iconColorOverlay.color = "#1fc6a6";
onExited: iconColorOverlay.color = "#ffffff"; onExited: iconColorOverlay.color = "#34a2c7";
// navigate back to root level menu // navigate back to root level menu
onClicked: { onClicked: {
buildMenu(); buildMenu();