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 b3938cc commit df0104bCopy full SHA for df0104b
src/qml/controls/NavButton.qml
@@ -13,6 +13,7 @@ AbstractButton {
13
property int textSize: 18
14
property url iconSource: ""
15
property Rectangle iconBackground: null
16
+ property color iconColor: Theme.color.neutral9
17
18
padding: 0
19
background: Rectangle {
@@ -55,7 +56,7 @@ AbstractButton {
55
56
height: root.iconHeight
57
width: root.iconWidth
58
icon.source: root.iconSource
- icon.color: Theme.color.neutral9
59
+ icon.color: root.iconColor
60
icon.height: root.iconHeight
61
icon.width: root.iconWidth
62
background: root.iconBackground
0 commit comments