From 706a69e5da648c4bb78a05bf5e70885448a2603f Mon Sep 17 00:00:00 2001 From: MattMo Date: Wed, 29 Jun 2022 07:04:36 -0700 Subject: [PATCH] Tweaked default toast sizing. --- 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 0c43bca..c078e2f 100644 --- a/ignite-html-toast.js +++ b/ignite-html-toast.js @@ -34,7 +34,7 @@ class Toast { var temp = document.createElement('div'); temp.innerHTML = `
-
+
${icon ? icon : ""}
${content ? content : ""}