diff --git a/lib/ash_authentication_phoenix/overrides/default.ex b/lib/ash_authentication_phoenix/overrides/default.ex index a244aa1..55ed19a 100644 --- a/lib/ash_authentication_phoenix/overrides/default.ex +++ b/lib/ash_authentication_phoenix/overrides/default.ex @@ -22,7 +22,7 @@ defmodule AshAuthentication.Phoenix.Overrides.Default do lg:px-20 xl:px-24 """ - set :strategy_class, "mx-auth w-full max-w-sm lg:w-96" + set :strategy_class, "mx-auto w-full max-w-sm lg:w-96" end override Components.Reset.Form do @@ -39,7 +39,7 @@ defmodule AshAuthentication.Phoenix.Overrides.Default do lg:px-20 xl:px-24 """ - set :strategy_class, "mx-auth w-full max-w-sm lg:w-96" + set :strategy_class, "mx-auto w-full max-w-sm lg:w-96" set :authentication_error_container_class, "text-black dark:text-white text-center" set :authentication_error_text_class, ""