fix: tweak primary, secondary, ghost buttons
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ Button {
|
||||
implicitWidth: 100
|
||||
implicitHeight: 40
|
||||
visible: !control.flat || control.down || control.checked || control.highlighted
|
||||
color: control.down ? "transparent" : Theme.card
|
||||
color: control.down ? Theme.card : "transparent"
|
||||
border.width: 0
|
||||
// custom
|
||||
radius: Theme.radius
|
||||
|
||||
Reference in New Issue
Block a user