From 5262fb7563416723a99e0233994711c40803e3fe Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 21 Aug 2020 01:59:26 +0200 Subject: [PATCH] Fix flat Button style in lime style --- nymea-app/styles/lime/Button.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nymea-app/styles/lime/Button.qml b/nymea-app/styles/lime/Button.qml index afce6f0a..b563b518 100644 --- a/nymea-app/styles/lime/Button.qml +++ b/nymea-app/styles/lime/Button.qml @@ -51,7 +51,7 @@ T.Button { Material.elevation: flat ? control.down || control.hovered ? 2 : 0 : control.down ? 8 : 2 - Material.background: flat ? "transparent" : undefined +// Material.background: flat ? "transparent" : undefined contentItem: Text { text: control.text