We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed6bd9 commit 5642319Copy full SHA for 5642319
src/qml/controls/IconButton.qml
@@ -65,7 +65,7 @@ Button {
65
},
66
State {
67
name: "DISABLED"; when: !root.enabled
68
- PropertyChanges { target: icon; color: Theme.color.neutral2 }
+ PropertyChanges { target: icon; color: Theme.color.neutral4 }
69
PropertyChanges { target: bg; color: Theme.color.background }
70
}
71
]
0 commit comments