Skip to content

Commit fdc5c02

Browse files
-
1 parent 5c92a41 commit fdc5c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ global.sleep = function sleep(ms) {
1717
}
1818

1919
global.createToast = function createToast(body) {
20-
var toast = `<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
20+
var toast = `<div class="toast bg-dark text-light border border-secondary" role="alert" aria-live="assertive" aria-atomic="true">
2121
<div class="toast-body">
2222
${body}
2323
</div>

0 commit comments

Comments
 (0)