2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Merge pull request #20898 from roooodcastro/issue-20897

Fixed #20897 by changing btn-default to btn-secondary in docs for V4
This commit is contained in:
Mark Otto
2016-10-15 13:38:53 -07:00
committed by GitHub
+1 -1
View File
@@ -298,7 +298,7 @@ To take advantage of the Bootstrap grid system within a modal, just nest `.conta
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>