Skip to content

Commit

Permalink
Update styles.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jul 10, 2024
1 parent 0a16013 commit 493948f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/components/web/toasts/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ popoverCSSInspector: true
</button>
</div>
</div>
<div class="toast toast-warning show mb-3" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast toast-danger show mb-3" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex align-items-center">
<div class="toast-body">Aww yeah, you read a warning toast.</div>
<div class="toast-body">Aww yeah, you read a danger toast.</div>
<button type="button" class="btn-close me-2 m-auto" data-bs-dismiss="alert">
</button>
</div>
Expand Down

0 comments on commit 493948f

Please sign in to comment.