Merge PR #404: Fix broken button box style in lime style

This commit is contained in:
Jenkins nymea 2020-08-27 16:12:07 +02:00
commit 582d7d1ea8

View File

@ -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