Style small auth buttons similarly to preferred auth buttons

This commit is contained in:
Anton Khorev 2024-11-15 19:09:57 +03:00
parent b73f5d940c
commit 24ccba60cb
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ module UserHelper
:size => "36"),
auth_path(options.merge(:provider => provider)),
:method => :post,
:class => "auth_button btn btn-light p-2",
:class => "auth_button btn btn-outline-secondary border p-2",
:title => t("application.auth_providers.#{provider}.title")
)
end