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:
+1
-1
@@ -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.width: 0
|
||||
// custom
|
||||
radius: Theme.radius
|
||||
|
||||
Reference in New Issue
Block a user