Skip to content

Commit d6731ea

Browse files
docs: add missing data-bs-theme="light" in navbars color schemes markup (#40504)
1 parent 7ff271b commit d6731ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: site/content/docs/5.3/components/navbar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Navbar themes are easier than ever thanks to Bootstrap's combination of Sass and
428428
<!-- Navbar content -->
429429
</nav>
430430

431-
<nav class="navbar" style="background-color: #e3f2fd;">
431+
<nav class="navbar" style="background-color: #e3f2fd;" data-bs-theme="light">
432432
<!-- Navbar content -->
433433
</nav>
434434
```

0 commit comments

Comments
 (0)