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:
talksik
2025-04-12 10:54:41 -07:00
parent 05005143e5
commit 1e4f3ff3da
6 changed files with 8 additions and 7 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 ? Theme.card : "transparent"
color: control.down ? Theme.highlight : "transparent"
border.width: 0
// custom
radius: Theme.radius