From 52c0f130f7c3076f3efab49eef139366beb34a18 Mon Sep 17 00:00:00 2001 From: Thelonius Kort Date: Tue, 27 Dec 2022 23:10:08 +0100 Subject: [PATCH] Fix annoying line in textarea input --- lib/outlook_web/components/core_components.ex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/outlook_web/components/core_components.ex b/lib/outlook_web/components/core_components.ex index 5e2d934..3e36394 100644 --- a/lib/outlook_web/components/core_components.ex +++ b/lib/outlook_web/components/core_components.ex @@ -329,9 +329,7 @@ defmodule OutlookWeb.CoreComponents do "phx-no-feedback:border-zinc-300 phx-no-feedback:focus:border-zinc-400 phx-no-feedback:focus:ring-zinc-800/5" ]} {@rest} - > - - <%= @value %> + ><%= @value %> <.error :for={msg <- @errors}><%= msg %> """