mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-25 14:34:43 +00: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:
commit
7837d6e208
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue