Skip to content

Commit

Permalink
Fix color on example btn on navbar (#24052)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgalante authored and XhmikosR committed Sep 26, 2017
1 parent e8d9a03 commit 3eae92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/components/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Theming the navbar has never been easier thanks to the combination of theming cl
</ul>
<form class="form-inline">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-secondary my-2 my-sm-0" type="submit">Search</button>
<button class="btn btn-outline-light my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
Expand Down

0 comments on commit 3eae92f

Please sign in to comment.