Skip to content

Commit

Permalink
fix(docs): use btn-secondary button for button-group-toggle dark back…
Browse files Browse the repository at this point in the history
…ground example
  • Loading branch information
ffoodd committed Oct 29, 2019
1 parent 0f4abb9 commit b6500ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/docs/4.3/components/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@ Note that pre-checked buttons require you to manually add the `.active` class to
</div>
<div class="bg-dark p-3">
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-dark btn-inverse active">
<label class="btn btn-secondary btn-inverse active">
<input type="radio" name="options-dark" id="option4" autocomplete="off" checked> Active
</label>
<label class="btn btn-dark btn-inverse">
<label class="btn btn-secondary btn-inverse">
<input type="radio" name="options-dark" id="option5" autocomplete="off"> Radio
</label>
<label class="btn btn-dark btn-inverse">
<label class="btn btn-secondary btn-inverse">
<input type="radio" name="options-dark" id="option6" autocomplete="off"> Radio
</label>
</div>
Expand Down

0 comments on commit b6500ba

Please sign in to comment.