Skip to content

Commit 6d16445

Browse files
whitestranger7Ivan Vezhnavets
andauthored
fix(navigation): add disabled state in topNavigatioAction mapping (#74)
Co-authored-by: Ivan Vezhnavets <ivanvezhnavets@MacBook-Pro-Ivan.local>
1 parent 58f41aa commit 6d16445

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

packages/eva/mapping.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5810,6 +5810,11 @@
58105810
"default": false,
58115811
"priority": 2,
58125812
"scope": "all"
5813+
},
5814+
"disabled": {
5815+
"default": false,
5816+
"priority": 3,
5817+
"scope": "all"
58135818
}
58145819
}
58155820
},
@@ -5829,6 +5834,9 @@
58295834
},
58305835
"active": {
58315836
"iconTintColor": "text-hint-color"
5837+
},
5838+
"disabled": {
5839+
"iconTintColor": "text-hint-color"
58325840
}
58335841
}
58345842
}
@@ -5845,6 +5853,9 @@
58455853
},
58465854
"active": {
58475855
"iconTintColor": "color-control-active"
5856+
},
5857+
"disabled": {
5858+
"iconTintColor": "color-control-disabled"
58485859
}
58495860
}
58505861
}

0 commit comments

Comments
 (0)