]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/3616'
authorTom Hughes <tom@compton.nu>
Fri, 22 Jul 2022 21:32:26 +0000 (22:32 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 22 Jul 2022 21:32:26 +0000 (22:32 +0100)
app/helpers/user_helper.rb

index a6161fa4365e1911b8799adca2071be73c834cfe..1064e95c7dd7b4bed74a6075b002be28223451aa 100644 (file)
@@ -58,7 +58,7 @@ module UserHelper
 
   def auth_button(name, provider, options = {})
     link_to(
-      image_tag("#{name}.svg", :alt => t("sessions.new.auth_providers.#{name}.alt"), :class => "rounded-lg"),
+      image_tag("#{name}.svg", :alt => t("sessions.new.auth_providers.#{name}.alt"), :class => "rounded-3"),
       auth_path(options.merge(:provider => provider)),
       :method => :post,
       :class => "auth_button",