File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/bottomnavigationbar Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,8 @@ Properties settable through XML/HTML
228
228
| activeColor | false | "black" | ` String ` | Color of the BottomNavigationTab when it's selected |
229
229
| inactiveColor | false | "gray" | ` String ` | Color of the BottomNavigationTab when it's not selected |
230
230
| backgroundColor | false | "white" | ` String ` | Color of the BottomNavigation background |
231
+ | badgeColor | false | "red" | ` String ` | Color of the BottomNavigationTab badge background |
232
+ | badgeTextColor | false | "white" | ` String ` | Color of the BottomNavigationTab badge text |
231
233
232
234
#### Properties (internal)
233
235
@@ -241,6 +243,8 @@ Properties accessible through JS/TS instance
241
243
| activeColor | ` new Color('black') ` | ` Color ` | Color of the BottomNavigationTab when it's selected |
242
244
| inactiveColor | ` new Color('gray') ` | ` Color ` | Color of the BottomNavigationTab when it's not selected |
243
245
| backgroundColor | ` new Color('white') ` | ` Color ` | Color of the BottomNavigation background |
246
+ | badgeColor | ` new Color('red') ` | ` Color ` | Color of the BottomNavigationTab badge background |
247
+ | badgeTextColor | ` new Color('white') ` | ` Color ` | Color of the BottomNavigationTab badge text |
244
248
245
249
#### Events
246
250
You can’t perform that action at this time.
0 commit comments