feat: add frost feel to light mode
Making it more Tesla-like: https://color.adobe.com/a-Colors-color-theme-9368495/
This commit is contained in:
@@ -24,7 +24,7 @@ Button {
|
||||
implicitWidth: 100
|
||||
implicitHeight: 40
|
||||
visible: !control.flat || control.down || control.checked || control.highlighted
|
||||
color: control.down ? Theme.card : "transparent"
|
||||
color: control.down ? Theme.highlight : "transparent"
|
||||
border.color: Theme.softBorder
|
||||
border.width: 1
|
||||
// custom
|
||||
|
||||
Reference in New Issue
Block a user