Skip to content

Commit

Permalink
fix(#734): changed toast color within Live section from blue to orange
Browse files Browse the repository at this point in the history
  • Loading branch information
ckkeppler authored Jul 21, 2021
1 parent d344bef commit be5b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/components/toasts.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Click the button below to show a toast (positioned with our utilities in the low
<div class="position-fixed bottom-0 end-0 p-3" style="z-index: 11">
<div id="liveToast" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
{{< placeholder width="20" height="20" background="#007aff" class="rounded me-2" text="false" title="false" >}}
{{< placeholder width="20" height="20" background="#ff7900" class="rounded me-2" text="false" title="false" >}}
<strong class="me-auto">Bootstrap</strong>
<small>11 mins ago</small>
<button type="button" class="btn-close" data-bs-dismiss="toast"><span class="visually-hidden">Close</span></button>
Expand Down

0 comments on commit be5b56a

Please sign in to comment.