primary btn there as well

This commit is contained in:
Mark Otto 2015-08-05 23:15:12 -07:00
parent be299c1b8b
commit 36800a2740
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ Remember, since Bootstrap utilizies the HTML5 doctype, **all inputs must have a
<input type="checkbox"> Check me out
</label>
</div>
<button type="submit" class="btn btn-secondary">Submit</button>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
{% endexample %}