fix: tweak primary, secondary, ghost buttons

This commit is contained in:
talksik
2025-04-11 13:33:42 -07:00
parent 539e643b8f
commit 151697bbe6
3 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -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