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 4e80688 commit 8c0c286Copy full SHA for 8c0c286
packages/bottom-navigation/README.md
@@ -84,7 +84,7 @@ IMPORTANT: _Make sure you include `xmlns:mds="@nativescript-community/ui-materia
84
#### CSS
85
86
```CSS
87
-MDBottomNavigation.bottom-nav {
+BottomNavigation.bottom-nav {
88
background-color: orangered;
89
color: gold;
90
font-size: 18;
@@ -110,7 +110,7 @@ MDTabContentItem.third-tabcontent {
110
background-color: blueviolet;
111
color: antiquewhite;
112
}
113
-MDBottomNavigation TabStrip {
+BottomNavigation TabStrip {
114
highlight-color: red;
115
116
```
0 commit comments