We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c92a41 commit fdc5c02Copy full SHA for fdc5c02
assets/js/app.js
@@ -17,7 +17,7 @@ global.sleep = function sleep(ms) {
17
}
18
19
global.createToast = function createToast(body) {
20
- var toast = `<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
+ var toast = `<div class="toast bg-dark text-light border border-secondary" role="alert" aria-live="assertive" aria-atomic="true">
21
<div class="toast-body">
22
${body}
23
</div>
0 commit comments