aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorRodrigo Castro <[email protected]>2016-10-13 15:35:20 -0300
committerRodrigo Castro <[email protected]>2016-10-13 15:35:20 -0300
commit6e2d46db867cad940110be65f7b04172888df848 (patch)
treebd14f7bad5afc2d1da98c405ba5f957bafa58ded /docs/components
parentcf5d94f6d5685c371dcb157af74a3c6b14ec8d8e (diff)
downloadbootstrap-6e2d46db867cad940110be65f7b04172888df848.tar.xz
bootstrap-6e2d46db867cad940110be65f7b04172888df848.zip
Fixes #20897 - Changed btn-default for btn-secondary on V4's Modal documentation page
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>