Merge PR #404: Fix broken button box style in lime style
This commit is contained in:
commit
582d7d1ea8
@ -51,7 +51,7 @@ T.Button {
|
|||||||
|
|
||||||
Material.elevation: flat ? control.down || control.hovered ? 2 : 0
|
Material.elevation: flat ? control.down || control.hovered ? 2 : 0
|
||||||
: control.down ? 8 : 2
|
: control.down ? 8 : 2
|
||||||
Material.background: flat ? "transparent" : undefined
|
// Material.background: flat ? "transparent" : undefined
|
||||||
|
|
||||||
contentItem: Text {
|
contentItem: Text {
|
||||||
text: control.text
|
text: control.text
|
||||||
|
|||||||
Reference in New Issue
Block a user