]> git.openstreetmap.org Git - rails.git/commitdiff
utilize button classes on preferred auth button
authorEmin Kocan <kocanmn.dev@gmail.com>
Thu, 27 Jun 2024 13:43:57 +0000 (15:43 +0200)
committerEmin Kocan <kocanmn.dev@gmail.com>
Thu, 27 Jun 2024 13:43:57 +0000 (15:43 +0200)
app/helpers/user_helper.rb

index bf6b9988b0c9418b92205b09df072f9eb1f39c29..f48de175408b3ec475f4704c2a4f11cf8f177194 100644 (file)
@@ -77,7 +77,7 @@ module UserHelper
                 :size => "24") + t("application.auth_providers.#{name}.title"),
       auth_path(options.merge(:provider => provider)),
       :method => :post,
-      :class => "auth_button fs-6 border rounded text-body-secondary text-decoration-none py-2 px-4 d-flex justify-content-center align-items-center",
+      :class => "auth_button btn btn-outline-secondary fs-6 border rounded py-2 px-4 d-flex justify-content-center align-items-center",
       :title => t("application.auth_providers.#{name}.title")
     )
   end