From e370a48f60736a73c87709101e2b522ac710e04a Mon Sep 17 00:00:00 2001 From: MattMo Date: Fri, 7 Jul 2023 11:16:01 -0700 Subject: [PATCH] Improved the default drop shadow. --- ignite-html-toast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignite-html-toast.js b/ignite-html-toast.js index ae899d7..8c98faa 100644 --- a/ignite-html-toast.js +++ b/ignite-html-toast.js @@ -74,7 +74,7 @@ class Toast { var temp = document.createElement('div'); temp.innerHTML = `
-
+
${icon ? icon : ""}
${content ? content : ""}