docs: add missing `data-bs-theme="light"` in navbars color schemes markup (#40504)

This commit is contained in:
Julien Déramond 2024-05-29 08:35:16 +02:00 committed by GitHub
parent 7ff271bd8a
commit d6731ea2e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ Navbar themes are easier than ever thanks to Bootstrap's combination of Sass and
<!-- Navbar content -->
</nav>
<nav class="navbar" style="background-color: #e3f2fd;">
<nav class="navbar" style="background-color: #e3f2fd;" data-bs-theme="light">
<!-- Navbar content -->
</nav>
```