aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-15 13:38:53 -0700
committerGitHub <[email protected]>2016-10-15 13:38:53 -0700
commit7837d6e20894d34f0525c378cf3797a2351f8ee5 (patch)
treebd14f7bad5afc2d1da98c405ba5f957bafa58ded /docs/components
parentcf5d94f6d5685c371dcb157af74a3c6b14ec8d8e (diff)
parent6e2d46db867cad940110be65f7b04172888df848 (diff)
downloadbootstrap-7837d6e20894d34f0525c378cf3797a2351f8ee5.tar.xz
bootstrap-7837d6e20894d34f0525c378cf3797a2351f8ee5.zip
Merge pull request #20898 from roooodcastro/issue-20897
Fixed #20897 by changing btn-default to btn-secondary in docs for V4
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index dd4793d22..72cdbe565 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -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>