diff --git a/lib/gallium_web/components/core_components.ex b/lib/gallium_web/components/core_components.ex index 795c636..059c5f2 100644 --- a/lib/gallium_web/components/core_components.ex +++ b/lib/gallium_web/components/core_components.ex @@ -313,7 +313,7 @@ defmodule GalliumWeb.CoreComponents do class={[ if(@icon != [], do: "pl-10", else: "pl-2"), @class || - "focus:outline-none focus:ring-0 w-full rounded-field border font-cormorant py-2 pr-2 placeholder:text-gray-400 text-gray-800 bg-white transition-colors duration-200", + "text-xl focus:outline-none focus:ring-0 w-full rounded-field border font-cormorant py-2 pr-2 placeholder:text-gray-400 text-gray-800 bg-white transition-colors duration-200", if(@errors != [], do: "border-red-500", else: "border-gray-300"), @errors != [] && (@error_class || "input-error") ]} diff --git a/lib/gallium_web/live/user_live/login.ex b/lib/gallium_web/live/user_live/login.ex index 163d7ac..79212ed 100644 --- a/lib/gallium_web/live/user_live/login.ex +++ b/lib/gallium_web/live/user_live/login.ex @@ -11,7 +11,7 @@ defmodule GalliumWeb.UserLive.Login do
Log in
+Log in
<:subtitle> <%= if @current_scope do %> Precisas de te reautenticar para fazer ações sensíveis diff --git a/lib/gallium_web/live/user_live/registration.ex b/lib/gallium_web/live/user_live/registration.ex index bde417e..5150aca 100644 --- a/lib/gallium_web/live/user_live/registration.ex +++ b/lib/gallium_web/live/user_live/registration.ex @@ -12,7 +12,7 @@ defmodule GalliumWeb.UserLive.Registration do