Skip to content

Commit 6ea7bc2

Browse files
authored
Update README.md
1 parent 8ff29d1 commit 6ea7bc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ await NavbarStyle.setLightNavbar(false);
6262

6363
## Examples
6464

65-
# Colored Navbar with Light Icons
65+
### Colored Navbar with Light Icons
6666

6767
![Purple Navbar with Light Icon](https://bit.ly/2Yuf9wK)
6868

@@ -71,7 +71,7 @@ NavbarStyle.setNavbarColor('#8e44ad');
7171
await NavbarStyle.setLightNavbar(false);
7272
```
7373

74-
# Light Navbar with dark icons
74+
### Light Navbar with dark icons
7575

7676
![Light Navbar with dark Icons](https://bit.ly/2Nt9tSr)
7777

@@ -81,7 +81,7 @@ await NavbarStyle.setLightNavbar(true);
8181
```
8282

8383

84-
# Colored Navbar with dark icons
84+
### Colored Navbar with dark icons
8585

8686
![Colored Navbar with dark Icons](https://bit.ly/2XeClgL)
8787

0 commit comments

Comments
 (0)