Fix flat Button style in lime style

This commit is contained in:
Michael Zanetti 2020-08-21 01:59:26 +02:00
parent f3699409ad
commit 5262fb7563

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