]> git.openstreetmap.org Git - rails.git/commitdiff
Bootstrap 5: Change rounded-lg to rounded-3
authormxdanger <32040254+mxdanger@users.noreply.github.com>
Fri, 22 Jul 2022 20:17:36 +0000 (13:17 -0700)
committermxdanger <32040254+mxdanger@users.noreply.github.com>
Fri, 22 Jul 2022 20:17:36 +0000 (13:17 -0700)
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",