X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/514836a4979b655796190d60aa4bda22f9cdc7f9..84aa7f455ae58b4b051368e35dbc43f780b3aa0f:/app/helpers/user_helper.rb diff --git a/app/helpers/user_helper.rb b/app/helpers/user_helper.rb index 20e8a2292..e2de9934f 100644 --- a/app/helpers/user_helper.rb +++ b/app/helpers/user_helper.rb @@ -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-muted text-decoration-none py-2 px-4 d-flex justify-content-center align-items-center", + :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", :title => t("application.auth_providers.#{name}.title") ) end