diff --git a/toastr.js b/toastr.js index f48cb73d..0a7531f8 100644 --- a/toastr.js +++ b/toastr.js @@ -153,7 +153,7 @@ function getDefaults() { return { tapToDismiss: true, - toastClass: 'toast', + toastClass: 'toastr', containerId: 'toast-container', debug: false, diff --git a/toastr.scss b/toastr.scss index b96d0cf7..ebe069d4 100644 --- a/toastr.scss +++ b/toastr.scss @@ -145,7 +145,7 @@ button.toast-close-button { margin-left: auto; margin-right: auto; } -.toast { +.toastr { background-color: #030303; } .toast-success {