From 00e9064660cc435214a180f8b74604cdb1203979 Mon Sep 17 00:00:00 2001 From: Oscar Duarte Date: Tue, 17 Oct 2017 23:16:11 -0300 Subject: [PATCH] fix conflict toastr and materialize rename class toast to toastr --- toastr.js | 2 +- toastr.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {