Skip to content

Commit

Permalink
Update buttons.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Aug 11, 2023
1 parent 1ece54f commit fdea031
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/components/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ Give the button a class of `.btn-icon-only` and give the icon a class of

<!--prettier-ignore -->
{{< example id="example-btn-icon" >}}
<button type="button" class="btn btn-icon-only btn-text-dark">
<button type="button" class="btn btn-icon-only btn-text-dark" aria-label="Settings">
<i class="modus-icons notranslate" aria-hidden="true">settings</i>
</button>
<button type="button" class="btn btn-icon-only btn-text-secondary">
<button type="button" class="btn btn-icon-only btn-text-secondary" aria-label="Settings">
<i class="modus-icons notranslate" aria-hidden="true">settings</i>
</button>
<button type="button" class="btn btn-icon-only btn-outline-primary">
<button type="button" class="btn btn-icon-only btn-outline-primary" aria-label="Settings">
<i class="modus-icons notranslate" aria-hidden="true">settings</i>
</button>
<button type="button" class="btn btn-icon-only btn-outline-secondary">
<button type="button" class="btn btn-icon-only btn-outline-secondary" aria-label="Settings">
<i class="modus-icons notranslate" aria-hidden="true">settings</i>
</button>
{{</ example >}}
Expand Down

0 comments on commit fdea031

Please sign in to comment.