fix: Fix typos in override class names

`mx-auth` isn't a valid Tailwind class name, but `mx-auto` is!
This commit is contained in:
Rebecca Le 2024-03-05 11:45:07 +08:00 committed by GitHub
parent 7f73748213
commit 3581b6c954
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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, ""