diff --git a/lib/live_beats_web/live/live_helpers.ex b/lib/live_beats_web/live/live_helpers.ex index 9a5359c..f94d662 100644 --- a/lib/live_beats_web/live/live_helpers.ex +++ b/lib/live_beats_web/live/live_helpers.ex @@ -59,22 +59,14 @@ defmodule LiveBeatsWeb.LiveHelpers do phx-click={JS.push("lv:clear-flash") |> JS.remove_class("fade-in-scale", to: "#flash") |> hide("#flash")} phx-hook="Flash" > -
-
- <.icon name={:check_circle} solid /> -
-
-

- <%= live_flash(@flash, @kind) %> -

-
-
-
- -
-
+
+ <.icon name={:exclamation_circle} class="w-5 w-5"/> +

+ <%= live_flash(@flash, @kind) %> +

+
<% end %> @@ -91,22 +83,14 @@ defmodule LiveBeatsWeb.LiveHelpers do phx-value-key="info" phx-hook="Flash" > -
-
- <.icon name={:check_circle} solid /> -
-
-

- <%= live_flash(@flash, @kind) %> -

-
-
-
- -
-
+
+ <.icon name={:check_circle} class="w-5 h-5"/> +

+ <%= live_flash(@flash, @kind) %> +

+
<% end %>