Skip to content

Commit 8c0c286

Browse files
committed
fix(bottom-navigation): fix readme for css class name
1 parent 4e80688 commit 8c0c286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bottom-navigation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ IMPORTANT: _Make sure you include `xmlns:mds="@nativescript-community/ui-materia
8484
#### CSS
8585

8686
```CSS
87-
MDBottomNavigation.bottom-nav {
87+
BottomNavigation.bottom-nav {
8888
background-color: orangered;
8989
color: gold;
9090
font-size: 18;
@@ -110,7 +110,7 @@ MDTabContentItem.third-tabcontent {
110110
background-color: blueviolet;
111111
color: antiquewhite;
112112
}
113-
MDBottomNavigation TabStrip {
113+
BottomNavigation TabStrip {
114114
highlight-color: red;
115115
}
116116
```

0 commit comments

Comments
 (0)