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
228228| activeColor | false | "black" | ` String ` | Color of the BottomNavigationTab when it's selected |
229229| inactiveColor | false | "gray" | ` String ` | Color of the BottomNavigationTab when it's not selected |
230230| 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 |
231233
232234#### Properties (internal)
233235
@@ -241,6 +243,8 @@ Properties accessible through JS/TS instance
241243| activeColor | ` new Color('black') ` | ` Color ` | Color of the BottomNavigationTab when it's selected |
242244| inactiveColor | ` new Color('gray') ` | ` Color ` | Color of the BottomNavigationTab when it's not selected |
243245| 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 |
244248
245249#### Events
246250
You can’t perform that action at this time.
0 commit comments