Fix color on example btn on navbar (#24052)

This commit is contained in:
Andres Galante 2017-09-26 11:42:04 -03:00 committed by XhmikosR
parent e8d9a034d0
commit 3eae92f1fe
1 changed files with 1 additions and 1 deletions

View File

@ -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>