Skip to content

Commit 5642319

Browse files
committed
qml: Change IconButton disabled color to neutral4
1 parent 0ed6bd9 commit 5642319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/controls/IconButton.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Button {
6565
},
6666
State {
6767
name: "DISABLED"; when: !root.enabled
68-
PropertyChanges { target: icon; color: Theme.color.neutral2 }
68+
PropertyChanges { target: icon; color: Theme.color.neutral4 }
6969
PropertyChanges { target: bg; color: Theme.color.background }
7070
}
7171
]

0 commit comments

Comments
 (0)