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 8ff29d1 commit 6ea7bc2Copy full SHA for 6ea7bc2
README.md
@@ -62,7 +62,7 @@ await NavbarStyle.setLightNavbar(false);
62
63
## Examples
64
65
-# Colored Navbar with Light Icons
+### Colored Navbar with Light Icons
66
67

68
@@ -71,7 +71,7 @@ NavbarStyle.setNavbarColor('#8e44ad');
71
await NavbarStyle.setLightNavbar(false);
72
```
73
74
-# Light Navbar with dark icons
+### Light Navbar with dark icons
75
76

77
@@ -81,7 +81,7 @@ await NavbarStyle.setLightNavbar(true);
81
82
83
84
-# Colored Navbar with dark icons
+### Colored Navbar with dark icons
85
86

87
0 commit comments