diff --git a/assets/css/app.css b/assets/css/app.css index 2b4bb0bd..f0122b47 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -8,8 +8,6 @@ The heroicons installation itself is managed by your mix.exs */ @plugin "../vendor/heroicons"; -@plugin "@tailwindcss/forms"; - @custom-variant phx-click-loading (.phx-click-loading&, .phx-click-loading &); @custom-variant phx-submit-loading (.phx-submit-loading&, .phx-submit-loading &); @custom-variant phx-change-loading (.phx-change-loading&, .phx-change-loading &); diff --git a/lib/music_library_web/components/form_component.ex b/lib/music_library_web/components/form_component.ex index 21de8fd8..8d2765a1 100644 --- a/lib/music_library_web/components/form_component.ex +++ b/lib/music_library_web/components/form_component.ex @@ -35,7 +35,7 @@ defmodule MusicLibraryWeb.FormComponent do phx-auto-recover="recover_form" phx-submit="save" > -
+
- <.input - input_class="font-mono" +
- <.input field={@form[:release_date]} type="text" label={gettext("Release Date")} /> - <.input + +